# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-shapely version 1.2.15 python.versions 25 26 27 python.default_version 27 categories python devel platforms darwin maintainers snc openmaintainer license BSD 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. homepage http://trac.gispython.org/projects/PCL/wiki/Shapely master_sites http://pypi.python.org/packages/source/S/Shapely/ distname Shapely-${version} checksums rmd160 9bcbe9f1be4933fc25b7d26f16a3c2fa1d8a1fd8 \ sha256 0e63eadefea1976a098127d82e3cdf046b7cbcc4acf1a09e069d1bc650eddeb5 if {$name != $subport} { depends_lib-append port:geos depends_build-append port:py${python.version}-distribute patchfiles patch-shapely_geos.py.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py } livecheck.type none } else { livecheck.url http://pypi.python.org/packages/source/S/Shapely/ livecheck.regex Shapely-(\\d+(\\.\\d+)+)${extract.suffix} }