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

{
    "name": "py310-halo",
    "portdir": "python/py-halo",
    "version": "0.0.31",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/manrajgrover/halo",
    "description": "Beautiful terminal spinners in Python",
    "long_description": "Beautiful terminal spinners in Python",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "bashu.was.here",
            "github": "bashu",
            "ports_count": 40
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-spinners",
                "py310-log-symbols",
                "py310-six",
                "py310-termcolor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py310-milc"
            ]
        }
    ]
}