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

{
    "name": "py310-uncertainties",
    "portdir": "python/py-uncertainties",
    "version": "3.2.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "The Python uncertainties package",
    "long_description": "The uncertainties package transparently handles calculations for numbers with uncertainties.",
    "active": true,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1565
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-setuptools_scm",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-lmfit"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-xraylarch",
                "py310-pymatgen"
            ]
        }
    ]
}