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

{
    "name": "py39-pycares",
    "portdir": "python/py-pycares",
    "version": "4.4.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": 76
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-wheel",
                "py39-installer",
                "clang-15",
                "py39-setuptools",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-cffi",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-pyarrow"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-aiodns"
            ]
        }
    ]
}