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

{
    "name": "py39-python-snappy",
    "portdir": "python/py-python-snappy",
    "version": "0.6.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://github.com/andrix/python-snappy",
    "description": "Python library for the snappy compression library from Google",
    "long_description": "Python library for the snappy compression library from Google",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 991
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py39-build",
                "py39-installer",
                "snappy",
                "py39-cffi",
                "py39-setuptools",
                "py39-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "snappy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-autobahn"
            ]
        }
    ]
}