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

{
    "name": "py39-rtree",
    "portdir": "python/py-rtree",
    "version": "1.3.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Toblerity/rtree",
    "description": "R-Tree spatial index for Python GIS",
    "long_description": "Rtree is a Python library that uses ctypes and an internally built C API to wrap libspatialindex and provide very flexible spatial indexing.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-wheel",
                "py39-installer",
                "clang-17",
                "py39-setuptools",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "spatialindex"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-spyder-devel",
                "py39-spaghetti",
                "py39-spyder"
            ]
        }
    ]
}