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

{
    "name": "py39-cppy",
    "portdir": "python/py-cppy",
    "version": "1.2.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nucleic/cppy",
    "description": "C++ headers for C extension development",
    "long_description": "C++ headers for C extension development",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1153
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-setuptools",
                "py39-setuptools_scm",
                "py39-wheel",
                "py39-build",
                "py39-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py39-kiwisolver"
            ]
        }
    ]
}