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

{
    "name": "py-rawpy",
    "portdir": "python/py-rawpy",
    "version": "0.17.3",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/letmaik/rawpy",
    "description": "Python wrapper for the LibRaw library",
    "long_description": "rawpy is an easy-to-use Python wrapper for the LibRaw library. It also contains some extra functionality for finding and repairing hot/dead pixels.",
    "active": true,
    "categories": [
        "graphics",
        "python"
    ],
    "maintainers": [
        {
            "name": "mp",
            "github": "jsalort",
            "ports_count": 10
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-rawpy"
            ]
        }
    ],
    "depends_on": []
}