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

{
    "name": "py38-dap",
    "portdir": "python/py-dap",
    "version": "3.2.2",
    "license": "MIT and BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pydap.readthedocs.org/en/latest",
    "description": "Python implementation of the Data Access Protocol",
    "long_description": "A scientific protocol for data access developed by the OPeNDAP team (http://opendap.org). This implementation is developed from scratch, following the latest specification of the protocol (DAP 2.0 Draft Community Standard 2005/04/27).",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py38-setuptools",
                "python38",
                "py38-webob",
                "py38-six",
                "py38-beautifulsoup4",
                "py38-docopt",
                "py38-jinja2",
                "py38-numpy"
            ]
        }
    ],
    "depends_on": []
}