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

{
    "name": "py-boltons",
    "portdir": "python/py-boltons",
    "version": "23.0.0",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://boltons.readthedocs.org/",
    "description": "Constructs, recipes, and snippets which extend the Python standard library",
    "long_description": "Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same spirit as — and yet conspicuously missing from — the standard library.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 129
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-boltons"
            ]
        }
    ],
    "depends_on": []
}