# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-rtree version 1.3.0 revision 0 categories-append devel license MIT # The wheels provided upstream are platform- and arch-specific because # they include spatialindex, but the module itself is pure python. supported_archs noarch platforms {darwin any} python.versions 39 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer 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. homepage https://github.com/Toblerity/rtree checksums rmd160 0104be69a45a09b53fe3763e631af85ca9fe199b \ sha256 b36e9dd2dc60ffe3d02e367242d2c26f7281b00e1aaf0c39590442edaaadd916 \ size 48190 if {${name} ne ${subport}} { depends_lib-append port:spatialindex }