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

{
    "name": "py36-gsl",
    "portdir": "python/py-gsl",
    "version": "2.3.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pygsl.sourceforge.net/",
    "description": "Python interface to the GNU Scientific Library",
    "long_description": "Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "swig-python",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "gsl",
                "py36-numpy"
            ]
        }
    ],
    "depends_on": []
}