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

{
    "name": "py39-trepan3k",
    "portdir": "python/py-trepan3k",
    "version": "1.2.10",
    "license": "GPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rocky/python3-trepan",
    "description": "A gdb-like Python 3 Debugger in the Trepan family",
    "long_description": "This is a gdb-like debugger for Python. It is a rewrite of pdb from the ground up. A command-line interface (CLI) is provided as well as an remote access interface over TCP/IP.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1465
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-tracer",
                "py39-uncompyle6",
                "trepan3k_select",
                "py39-xdis",
                "py39-columnize",
                "py39-pyficache",
                "py39-pygments",
                "py39-spark_parser",
                "py39-term-background"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-nose",
                "py39-pyficache"
            ]
        }
    ],
    "depends_on": []
}