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

{
    "name": "py311-multidict",
    "portdir": "python/py-multidict",
    "version": "6.0.4",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/aio-libs/multidict",
    "description": "Multidict implementation.",
    "long_description": "Multidict is dict-like collection of key-value pairs where where a key might occur more than once in the container.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "miguel",
            "github": "ipglider",
            "ports_count": 65
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-yarl",
                "py311-aiohttp"
            ]
        }
    ]
}