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

{
    "name": "py310-healpy",
    "portdir": "python/py-healpy",
    "version": "1.16.1",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/healpy/",
    "description": "Python language interface for HEALPix",
    "long_description": "Software for pixelization, hierarchical indexing, synthesis, analysis, and visualization of data on the sphere. This is the Python language interface for HEALPix.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 413
        }
    ],
    "variants": [
        "openmp",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "py310-setuptools",
                "py310-cython",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-six",
                "libomp",
                "py310-matplotlib",
                "py310-astropy",
                "py310-numpy",
                "cfitsio",
                "healpix-cxx",
                "libsharp"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-healpy"
            ]
        }
    ]
}