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

{
    "name": "py39-gast",
    "portdir": "python/py-gast",
    "version": "0.5.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/serge-sans-paille/gast",
    "description": "Python AST that abstracts the underlying Python version",
    "long_description": "A generic AST to represent Python2 and Python3’s Abstract Syntax Tree(AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 146
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-setuptools",
                "py39-wheel",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-beniget",
                "py39-pythran",
                "py39-tensorflow",
                "py39-tensorflow1"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-tensorflow-probability",
                "py39-tensorflow-macos"
            ]
        }
    ]
}