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

{
    "name": "py39-confuse",
    "portdir": "python/py-confuse",
    "version": "2.0.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.org/project/confuse/",
    "description": "painless YAML config files for Python",
    "long_description": "Confuse is a configuration library for Python that uses YAML. It takes care of defaults, overrides, type checking, command-line integration, human-readable errors, and standard OS-specific locations.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-flit_core",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-yaml",
                "python39"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": []
}