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

{
    "name": "gitlint",
    "portdir": "devel/gitlint",
    "version": "0.19.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://jorisroovers.com/gitlint/",
    "description": "Linting for your git commit messages",
    "long_description": "Git commit message linter written in Python. Checks your commit messages for style.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 133
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-hatch-vcs",
                "py311-hatchling",
                "py311-installer",
                "clang-14"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-sh",
                "py311-arrow",
                "py311-click"
            ]
        }
    ],
    "depends_on": []
}