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

{
    "name": "bpython_select",
    "portdir": "python/bpython_select",
    "version": "0.15",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "common files for selecting default bpython version",
    "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of bpython",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py35-bpython",
                "py36-bpython",
                "py27-bpython",
                "py38-bpython",
                "py37-bpython",
                "py39-bpython",
                "py310-bpython",
                "py311-bpython"
            ]
        }
    ]
}