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

{
    "name": "py36-resolvelib",
    "portdir": "python/py-resolvelib",
    "version": "0.5.4",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sarugaku/resolvelib",
    "description": "ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic.",
    "long_description": "ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. You give it some things, and a little information on how it should interact with them, and it will spit out a resolution result.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-setuptools"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-ansible-core"
            ]
        }
    ]
}