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

{
    "name": "hatch",
    "portdir": "python/hatch",
    "version": "1.14.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ofek/hatch",
    "description": "Hatch is a modern, extensible Python project manager.",
    "long_description": "Hatch is a modern, extensible Python project manager.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1004
        }
    ],
    "variants": [
        "python39",
        "python310",
        "python311",
        "python312",
        "python313"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-hatchling",
                "py312-hatch-vcs"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-shellingham",
                "py312-tomlkit",
                "py312-userpath",
                "py312-atomicwrites",
                "py312-httpx",
                "py312-rich",
                "python312",
                "py312-keyring",
                "py312-pexpect",
                "py312-pyperclip",
                "py312-tomli-w",
                "py312-virtualenv",
                "py312-hyperlink",
                "py312-hatchling",
                "py312-trove-classifiers",
                "py312-click",
                "py312-platformdirs"
            ]
        }
    ],
    "depends_on": []
}