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

{
    "name": "py35-typed-ast",
    "portdir": "python/py-typed-ast",
    "version": "1.5.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python/typed_ast",
    "description": "A fork of Python 2 and 3 ast modules with type comment support.",
    "long_description": "A fork of Python 2 and 3 ast modules with type comment support.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1565
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py35-setuptools",
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python35"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py35-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py35-astroid"
            ]
        }
    ]
}