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

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