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

{
    "name": "py-cleo",
    "portdir": "python/py-cleo",
    "version": "2.1.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-poetry/cleo",
    "description": "Cleo allows you to create beautiful and testable command-line interfaces.",
    "long_description": "Create beautiful and testable command-line interfaces. Cleo is mostly a higher level wrapper for CliKit, so a lot of the components and utilities comes from it. Refer to its documentation for more information.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "davidgilman1",
            "github": "dgilman",
            "ports_count": 116
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-cleo"
            ]
        }
    ],
    "depends_on": []
}