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

{
    "name": "py27-bpython",
    "portdir": "python/py-bpython",
    "version": "0.20.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.bpython-interpreter.org",
    "description": "fancy interface to the Python interpreter",
    "long_description": "a fancy interface to the Python interpreter for Unix-like operating systems",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 383
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-sphinx",
                "clang-16",
                "py27-babel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-six",
                "py27-pyxdg",
                "python27",
                "py27-curtsies",
                "py27-pygments",
                "py27-greenlet",
                "py27-requests",
                "py27-setuptools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "bpython_select",
                "py27-jedi",
                "py27-urwid",
                "py27-watchdog"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "PIDA"
            ]
        }
    ]
}