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

{
    "name": "py39-plyvel",
    "portdir": "python/py-plyvel",
    "version": "1.5.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/wbolster/plyvel",
    "description": "Plyvel is a fast and feature-rich Python interface to LevelDB.",
    "long_description": "Plyvel is a Python interface to LevelDB that has a rich feature set, high performance and a friendly Pythonic API.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "miguel",
            "github": "ipglider",
            "ports_count": 76
        },
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1280
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "leveldb",
                "python39"
            ]
        }
    ],
    "depends_on": []
}