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

{
    "name": "py-pyusb",
    "portdir": "python/py-pyusb",
    "version": "1.2.1",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pyusb.github.io/pyusb/",
    "description": "Python library to provide easy USB device access",
    "long_description": "The PyUSB module provides Python with easy access to the host machine's Universal Serial Bus (USB) system",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-pyusb"
            ]
        }
    ],
    "depends_on": []
}