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

{
    "name": "py312-pycares",
    "portdir": "python/py-pycares",
    "version": "4.5.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/saghul/pycares",
    "description": "Python interface for c-ares.",
    "long_description": "pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "miguel",
            "github": "ipglider",
            "ports_count": 82
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-build",
                "py312-setuptools",
                "py312-wheel",
                "clang-17",
                "py312-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-cffi",
                "python312"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py312-pyarrow"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py312-aiodns"
            ]
        }
    ]
}