# -*- 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-shapely version 2.0.2 revision 0 python.versions 38 39 310 311 312 categories-append devel maintainers {snc @nerdling} openmaintainer license BSD homepage https://shapely.readthedocs.io/en/stable/ description Shapely is a Python package for manipulation \ and analysis of 2D geospatial geometries long_description \ Shapely is a Python package for manipulation and \ analysis of 2D geospatial geometries. It is based on \ GEOS (http://geos.refractions.net). Shapely 1.0 is not \ concerned with data formats or coordinate reference \ systems. checksums md5 859665236b2525aa80bb33cb4a44252b \ rmd160 b22c88145a8ab1f5080b36b4612f4f47eb6a0290 \ sha256 1713cc04c171baffc5b259ba8531c58acc2a301707b7f021d88a15ed090649e7 \ size 279727 if {${name} ne ${subport}} { depends_lib-append port:geos \ port:py${python.version}-numpy depends_build-append port:py${python.version}-cython }