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

{
    "name": "py39-pyusb",
    "portdir": "python/py-pyusb",
    "version": "1.2.1",
    "license": "BSD",
    "platforms": "{darwin 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": [
                "py39-installer",
                "clang-17",
                "py39-setuptools",
                "py39-setuptools_scm",
                "py39-wheel",
                "py39-build"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "libusb"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "quisk",
                "py39-instrumentkit"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-usbtmc",
                "py39-pyftdi"
            ]
        }
    ]
}