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

{
    "name": "py39-pyqrcodeng",
    "portdir": "python/py-pyqrcodeng",
    "version": "1.3.6",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pyqrcode/pyqrcodeNG",
    "description": "The PyQRCodeNG module is a QR code generator that is simple to use and written in pure Python",
    "long_description": "The PyQRCodeNG module is a QR code generator that is simple to use and written in pure Python. The module automates most of the building process for creating QR codes. Most codes can be created using only two lines of code!",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harensdeveloper",
            "github": "harens",
            "ports_count": 34
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-setuptools",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-pypng"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-pyqrcodeng"
            ]
        }
    ]
}