Revision: 38803 http://trac.macosforge.org/projects/macports/changeset/38803 Author: landonf@macports.org Date: 2008-07-31 14:56:21 -0700 (Thu, 31 Jul 2008) Log Message: ----------- Add py25-shapely, a package for manipulation and analysis of 2D geospatial geometries. Added Paths: ----------- trunk/dports/python/py25-shapely/ trunk/dports/python/py25-shapely/Portfile Added: trunk/dports/python/py25-shapely/Portfile =================================================================== --- trunk/dports/python/py25-shapely/Portfile (rev 0) +++ trunk/dports/python/py25-shapely/Portfile 2008-07-31 21:56:21 UTC (rev 38803) @@ -0,0 +1,28 @@ +# $Id: $ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-shapely +version 1.0.6 +categories python devel +platforms darwin +maintainers landonf openmaintainer +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} + +depends_lib port:python25 \ + port:geos + +checksums md5 f34034848949d2ba2bca8f6c5b67b89f
participants (1)
-
landonf@macports.org