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

{
    "name": "py37-invoke",
    "portdir": "python/py-invoke",
    "version": "1.4.1",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.pyinvoke.org",
    "description": "Task execution tool and library for Python.",
    "long_description": "Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "danchr",
            "github": "danchr",
            "ports_count": 159
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-fabric"
            ]
        }
    ]
}