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

{
    "name": "py-cached-property",
    "portdir": "python/py-cached-property",
    "version": "1.5.2",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pydanny/cached-property",
    "description": "A decorator for caching properties in classes",
    "long_description": "A decorator for caching properties in classes",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-cached-property"
            ]
        }
    ],
    "depends_on": []
}