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

{
    "name": "py39-scikits-bootstrap",
    "portdir": "python/py-scikits-bootstrap",
    "version": "1.0.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/cgevans/scikits-bootstrap",
    "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": true,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 401
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-erf",
                "py39-numpy",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-scikits-bootstrap"
            ]
        }
    ]
}