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

{
    "name": "py-frozendict",
    "portdir": "python/py-frozendict",
    "version": "2.4.6",
    "license": "LGPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Marco-Sulla/python-frozendict",
    "description": "frozendict is a simple immutable dictionary",
    "long_description": "frozendict is a simple immutable dictionary. It's fast as dict, and sometimes faster! Unlike other similar implementations, immutability is guaranteed: you can't change the internal variables of the class, and they are all immutable objects.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-frozendict"
            ]
        }
    ],
    "depends_on": []
}