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

{
    "name": "pre-commit",
    "portdir": "python/pre-commit",
    "version": "4.2.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pre-commit/pre-commit",
    "description": "A framework for managing and maintaining multi-language pre-commit hooks.",
    "long_description": "A framework for managing and maintaining multi-language pre-commit hooks.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1575
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py313-build",
                "py313-installer",
                "py313-setuptools",
                "py313-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python313",
                "py313-nodeenv",
                "py313-virtualenv",
                "py313-yaml",
                "py313-identify",
                "py313-cfgv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "podman"
            ]
        }
    ]
}