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

{
    "name": "py27-futures",
    "portdir": "python/py-futures",
    "version": "3.3.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/agronholm/pythonfutures",
    "description": "Backport of the concurrent.futures package from Python 3",
    "long_description": "Backport of the concurrent.futures package from Python 3",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-trustme",
                "py27-python-jsonrpc-server",
                "py27-cartopy",
                "py27-tensorboard1",
                "py27-tensorflow_estimator1",
                "py27-urlwatch",
                "py27-isort",
                "py27-ipyparallel",
                "py27-s3transfer",
                "py27-distributed",
                "py27-bokeh",
                "py27-imageio",
                "py27-trollius",
                "py-futures",
                "py27-tornado"
            ]
        }
    ]
}