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

{
    "name": "py38-click-spinner",
    "portdir": "python/py-click-spinner",
    "version": "0.1.10",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/click-contrib/click-spinner",
    "description": "A simple spinner library",
    "long_description": "A simple spinner library. Sometimes you would just like to show the user some progress, but a progress bar is not suitable because you don’t know how much longer it would take. In these cases you might want to display a simple spinner using the spinner() function.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harensdeveloper",
            "github": "harens",
            "ports_count": 34
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        }
    ],
    "depends_on": []
}