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

{
    "name": "py39-resumable-urlretrieve",
    "portdir": "python/py-resumable-urlretrieve",
    "version": "0.1.6",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/berdario/resumable-urlretrieve",
    "description": "Small library to fetch files over HTTP and resuming their download",
    "long_description": "Small library to fetch files over HTTP and resuming their download",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "rubendibattista",
            "github": "rdbisme",
            "ports_count": 40
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-installer",
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-requests"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest",
                "py39-rangehttpserver"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-resumable-urlretrieve",
                "py39-pythonz"
            ]
        }
    ]
}