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

{
    "name": "py313-clang",
    "portdir": "python/py-clang",
    "version": "13",
    "license": "NCSA",
    "platforms": "{darwin any}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/llvm/llvm-project/tree/main/clang/bindings/python",
    "description": "Python bindings for clang",
    "long_description": "Python bindings for clang",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "eborisch",
            "github": "eborisch",
            "ports_count": 218
        }
    ],
    "variants": [
        "clang37",
        "clang19",
        "clang20"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-wheel",
                "py313-build",
                "py313-installer",
                "py313-setuptools",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "clang-20",
                "python313"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py313-ctypeslib2",
                "py-clang"
            ]
        }
    ]
}