# -*- 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 python.rootname Rtree version 1.2.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 38 39 310 311 312 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 087f47b936b5a9ed235a2b95c7206cc29fc6e941 \ sha256 f5145f7852bf7f95c126fb16bf1a4c2ca9300ae151b07f8a0f7083ea47912675 \ size 48431 if {${name} ne ${subport}} { depends_lib-append port:spatialindex }