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

{
    "name": "py39-zbar",
    "portdir": "python/py-zbar",
    "version": "0.1.9",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/NaturalHistoryMuseum/pyzbar",
    "description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
    "long_description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
    "active": true,
    "categories": [
        "devel",
        "graphics",
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "zbar",
                "py39-Pillow"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest-cov",
                "py39-python-coveralls",
                "py39-imageio",
                "py39-nose",
                "py39-numpy",
                "py39-pytest"
            ]
        }
    ],
    "depends_on": []
}