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

{
    "name": "py39-cliff",
    "portdir": "python/py-cliff",
    "version": "4.9.1",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://docs.openstack.org/cliff/latest/",
    "description": "Command Line Interface Formulation Framework",
    "long_description": "cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-pbr",
                "clang-17",
                "py39-installer",
                "py39-build",
                "py39-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-importlib-metadata"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-autopage",
                "py39-prettytable",
                "py39-cmd2",
                "py39-yaml",
                "py39-stevedore"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-openstackclient",
                "py39-osc-lib"
            ]
        }
    ]
}