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

{
    "name": "py27-hcluster",
    "portdir": "python/py-hcluster",
    "version": "0.2.0",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://code.google.com/p/scipy-cluster/",
    "description": "This library provides Python functions for agglomerative clustering.",
    "long_description": "This library provides Python functions for agglomerative clustering. The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core implementation of this library is in C for efficiency.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-hcluster"
            ]
        }
    ]
}