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

{
    "name": "pybombs",
    "portdir": "science/pybombs",
    "version": "2.3.5",
    "license": "GPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pybombs/pybombs",
    "description": "Python Build Overlay Managed Bundle System",
    "long_description": "PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects from CGRAN (Comprehensive GNU Radio Archive Network).",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 453
        }
    ],
    "variants": [
        "python27",
        "python35",
        "python36",
        "python37",
        "python38",
        "python39"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py38-setuptools",
                "py38-wheel",
                "py38-build",
                "py38-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38",
                "py38-future",
                "py38-requests",
                "py38-ruamel-yaml",
                "py38-six"
            ]
        }
    ],
    "depends_on": []
}