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

{
    "name": "py-pyrex",
    "portdir": "python/py-pyrex",
    "version": "0.9.9",
    "license": "(Permissive or Apache-2)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/",
    "description": "A language for writing Python extension modules.",
    "long_description": "Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-pyrex"
            ]
        }
    ],
    "depends_on": []
}