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

{
    "name": "py39-debugpy",
    "portdir": "python/py-debugpy",
    "version": "1.8.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://aka.ms/debugpy",
    "description": "Implementation of the Debug Adapter Protocol",
    "long_description": "Implementation of the Debug Adapter Protocol",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-build",
                "py39-installer",
                "py39-cython",
                "py39-setuptools",
                "py39-wheel"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-ipykernel"
            ]
        }
    ]
}