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

{
    "name": "py310-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": [
                "py310-build",
                "py310-setuptools",
                "py310-wheel",
                "py310-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "beets-mosaic"
            ]
        }
    ]
}