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

{
    "name": "py311-pdbpp",
    "portdir": "python/py-pdbpp",
    "version": "0.10.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pdbpp/pdbpp",
    "description": "pdb++, a drop-in replacement for pdb",
    "long_description": "This module is an extension of the pdb module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-wmctrl",
                "clang-15",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel",
                "py311-setuptools_scm",
                "py311-pygments",
                "py311-fancycompleter"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest",
                "py311-funcsigs"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-pdbpp"
            ]
        }
    ]
}