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

{
    "name": "py36-pretend",
    "portdir": "python/py-pretend",
    "version": "1.0.9",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/alex/pretend",
    "description": "A library for stubbing in Python",
    "long_description": "A library for stubbing in Python",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py36-cryptography",
                "py36-parver",
                "py36-packaging"
            ]
        }
    ]
}