GET /api/v1/ports/py39-pygrib/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-pygrib",
    "portdir": "python/py-pygrib",
    "version": "2.1.4",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jswhit/pygrib",
    "description": "Python interface to the Grib API library",
    "long_description": "Python interface to the Grib API library",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "jswhit",
            "github": "jswhit",
            "ports_count": 18
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-cython",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-pyproj",
                "ecCodes",
                "zlib",
                "jasper",
                "libpng",
                "openjpeg15",
                "python39",
                "py39-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": []
}