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

{
    "name": "py310-hieroglyph",
    "portdir": "python/py-hieroglyph",
    "version": "2.1.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nyergler/hieroglyph",
    "description": "Sphinx slide generator",
    "long_description": "Generate HTML presentations from plain text sources with all the power of Sphinx.",
    "active": true,
    "categories": [
        "devel",
        "textproc",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-setuptools",
                "py310-six",
                "py310-sphinx"
            ]
        },
        {
            "type": "run",
            "ports": [
                "hieroglyph_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-hieroglyph"
            ]
        }
    ]
}