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

{
    "name": "py27-scientific",
    "portdir": "python/py-scientific",
    "version": "2.9.4",
    "license": "CeCILL-C",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bitbucket.org/khinsen/scientificpython",
    "description": "Scientific Python",
    "long_description": "ScientificPython is a collection of Python modules that are useful for scientific computing.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang18",
        "clang19",
        "clang20",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gcc14",
        "gccdevel",
        "mpich",
        "openmpi",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-numpy",
                "netcdf"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-scientific"
            ]
        }
    ]
}