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

{
    "name": "py-scipy",
    "portdir": "python/py-scipy",
    "version": "1.11.4",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.scipy.org/",
    "description": "An opensource library of scientific tools for Python",
    "long_description": "An opensource library of scientific tools for Python",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel",
        "gfortran"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc",
                "boost176",
                "py312-scipy"
            ]
        }
    ],
    "depends_on": []
}