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

{
    "name": "py39-kaptan",
    "portdir": "python/py-kaptan",
    "version": "0.5.12",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/emre/kaptan",
    "description": "Configuration parser.",
    "long_description": "Configuration parser with dict, JSON, YAML, .ini and python file handlers.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "egorenar-dev",
            "github": "egorenar",
            "ports_count": 29
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-installer",
                "clang-17",
                "py39-setuptools",
                "py39-wheel",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-yaml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-tmuxp"
            ]
        }
    ]
}