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

{
    "name": "py311-filelock",
    "portdir": "python/py-filelock",
    "version": "3.16.1",
    "license": "public-domain",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://py-filelock.readthedocs.io/",
    "description": "A platform independent file lock",
    "long_description": "This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication:",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "funasoul",
            "github": "funasoul",
            "ports_count": 14
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-hatchling",
                "py311-build",
                "py311-installer",
                "py311-hatch-vcs",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-pytensor",
                "ansible-lint",
                "py311-aesara",
                "py311-tldextract",
                "py311-tox",
                "py311-virtualenv"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-huggingface_hub",
                "py311-pytest-mypy"
            ]
        }
    ]
}