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

{
    "name": "py312-ndindex",
    "portdir": "python/py-ndindex",
    "version": "1.10.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://quansight-labs.github.io/ndindex/",
    "description": "Python library for manipulating indices of ndarrays",
    "long_description": "ndindex is a library that allows representing and manipulating objects that can be valid indices to numpy arrays, i.e., slices, integers, ellipses, None, integer and boolean arrays, and tuples thereof.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-cython",
                "clang-18",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312",
                "py312-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest",
                "py312-hypothesis",
                "py312-sympy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py312-blosc2"
            ]
        }
    ]
}