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

{
    "name": "py27-cftime",
    "portdir": "python/py-cftime",
    "version": "1.5.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/Unidata/cftime",
    "description": "Time-handling functionality from netcdf4-python",
    "long_description": "Time-handling functionality from netcdf4-python",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1565
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-cython",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-netcdf4"
            ]
        }
    ]
}