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

{
    "name": "py310-curl",
    "portdir": "python/py-curl",
    "version": "7.45.3",
    "license": "(MIT or LGPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pycurl.io/",
    "description": "Python interface to libcurl",
    "long_description": "Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols.",
    "active": true,
    "categories": [
        "devel",
        "net",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "py310-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "curl",
                "python310",
                "openssl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-herbie-data"
            ]
        }
    ]
}