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

{
    "name": "py27-dap",
    "portdir": "python/py-dap",
    "version": "3.2.2",
    "license": "MIT and BSD",
    "platforms": "darwin",
    "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": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-beautifulsoup4",
                "py27-docopt",
                "py27-jinja2",
                "py27-numpy",
                "python27",
                "py27-singledispatch",
                "py27-six",
                "py27-webob",
                "py27-setuptools"
            ]
        }
    ],
    "depends_on": []
}