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

{
    "name": "py-parse",
    "portdir": "python/py-parse",
    "version": "1.17.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/parse/",
    "description": "parse() is the opposite of format()",
    "long_description": "Parse strings using a specification based on the Python format() syntax -- parse() is the opposite of format()",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "danchr",
            "github": "danchr",
            "ports_count": 144
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-parse"
            ]
        }
    ],
    "depends_on": []
}