GET /api/v1/ports/py36-scruffington/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py36-scruffington",
    "portdir": "python/py-scruffington",
    "version": "0.3.8.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/snare/scruffy",
    "description": "Framework for boilerplate in apps",
    "long_description": "Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-six",
                "py36-yaml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-nose"
            ]
        }
    ],
    "depends_on": []
}