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

{
    "name": "py39-yarl",
    "portdir": "python/py-yarl",
    "version": "1.9.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/aio-libs/yarl",
    "description": "Yet another URL library.",
    "long_description": "URL library with immutable URL objects.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "miguel",
            "github": "ipglider",
            "ports_count": 65
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-idna",
                "py39-multidict"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-aiohttp"
            ]
        }
    ]
}