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

{
    "name": "py310-ansible",
    "portdir": "python/py-ansible",
    "version": "9.2.0",
    "license": "GPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ansible/ansible",
    "description": "SSH-based configuration management and deployment system",
    "long_description": "Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.",
    "active": true,
    "categories": [
        "sysutils",
        "python"
    ],
    "maintainers": [
        {
            "name": "adfernandes",
            "github": "adfernandes",
            "ports_count": 34
        },
        {
            "name": "pedro.salgado",
            "github": "steenzout",
            "ports_count": 45
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-ansible-core",
                "python310"
            ]
        }
    ],
    "depends_on": []
}