1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-shapely |
---|
7 | version 1.0.12 |
---|
8 | categories python devel |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer |
---|
11 | description Shapely is a Python package for manipulation \ |
---|
12 | and analysis of 2D geospatial geometries |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Shapely is a Python package for manipulation and \ |
---|
16 | analysis of 2D geospatial geometries. It is based on \ |
---|
17 | GEOS (http://geos.refractions.net). Shapely 1.0 is not \ |
---|
18 | concerned with data formats or coordinate reference \ |
---|
19 | systems. |
---|
20 | |
---|
21 | homepage http://trac.gispython.org/projects/PCL/wiki/Shapely |
---|
22 | master_sites http://pypi.python.org/packages/source/S/Shapely/ |
---|
23 | distname Shapely-${version} |
---|
24 | |
---|
25 | depends_lib port:python26 \ |
---|
26 | port:geos |
---|
27 | |
---|
28 | checksums md5 0122c53ec3ba1c4b805afce43d0aa039 \ |
---|
29 | sha1 f7180a0428f8e7290362e1b4abd088a6c3ba361e \ |
---|
30 | rmd160 06b28ab318456c2a7b27bd1b2a23985da7466f6b |
---|
31 | |
---|
32 | patchfiles patch-shapely_geos.py |
---|
33 | |
---|
34 | post-patch { |
---|
35 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py |
---|
36 | } |
---|