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

{
    "name": "ansible-lint",
    "portdir": "sysutils/ansible-lint",
    "version": "6.20.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ansible-community/ansible-lint",
    "description": "Best practices checker for Ansible playbooks",
    "long_description": "ansible-lint checks playbooks for practices and behaviour that could potentially be improved",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "zdw",
            "github": "",
            "ports_count": 7
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 487
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-toml",
                "py311-setuptools_scm",
                "py311-wheel",
                "py311-setuptools",
                "clang-15",
                "py311-build",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-enrich",
                "py311-tenacity",
                "py311-wcmatch",
                "python311",
                "py311-packaging",
                "py311-yaml",
                "py311-jsonschema",
                "py311-filelock",
                "py311-ruamel-yaml",
                "py311-ruamel-yaml-clib"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-ansible",
                "py311-ansible-compat",
                "py311-black",
                "yamllint"
            ]
        }
    ],
    "depends_on": []
}