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

{
    "name": "py37-erf",
    "portdir": "python/py-erf",
    "version": "1.0.1",
    "license": "GPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/dougthor42/PyErf",
    "description": "Bootstrap confidence interval estimation routines for SciPy.",
    "long_description": "Algorithms for SciPy to calculate bootstrap confidence intervals for statistics functions applied to data.",
    "active": false,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 401
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-scikits-bootstrap"
            ]
        }
    ]
}