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

{
    "name": "py310-lazy_loader",
    "portdir": "python/py-lazy_loader",
    "version": "0.4",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://scientific-python.org/specs/spec-0001/",
    "description": "load subpackages and functions on demand",
    "long_description": "lazy_loader makes it easy to load subpackages and functions on demand.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-packaging"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-scikit-image"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-librosa"
            ]
        }
    ]
}