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

{
    "name": "py36-cmd2",
    "portdir": "python/py-cmd2",
    "version": "2.3.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-cmd2/cmd2",
    "description": "Tool for building interactive command line applications in Python",
    "long_description": "Tool for building interactive command line applications in Python",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools_scm",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-typing_extensions",
                "py36-wcwidth",
                "py36-pyperclip",
                "py36-importlib-metadata",
                "py36-attrs"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py36-cliff"
            ]
        }
    ]
}