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

{
    "name": "py36-ddt",
    "portdir": "python/py-ddt",
    "version": "1.4.4",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/ddt/",
    "description": "Data-Driven/Decorated Tests",
    "long_description": "A library to multiply test cases",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 423
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-yaml",
                "py36-mock",
                "py36-pytest",
                "py36-six"
            ]
        }
    ],
    "depends_on": []
}