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

{
    "name": "py-sphinx",
    "portdir": "python/py-sphinx",
    "version": "7.3.7",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.sphinx-doc.org/",
    "description": "Python documentation generator",
    "long_description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.",
    "active": true,
    "categories": [
        "devel",
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 276
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-sphinx"
            ]
        }
    ],
    "depends_on": []
}