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

{
    "name": "py39-nmrglue",
    "portdir": "python/py-nmrglue",
    "version": "0.10",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nmrglue.com",
    "description": "A module for working with NMR data in Python",
    "long_description": "nmrglue is a module for working with NMR data in Python. When used with the Numpy, Scipy, and matplotlib packages nmrglue provides a robust interpreted environment for processing, analysing, and inspecting NMR data.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1145
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-installer",
                "clang-16",
                "py39-setuptools",
                "py39-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-numpy",
                "py39-scipy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": []
}