shapely-py _unstable_ port information

Info2: <<
Package: shapely-py%type_pkg[python]
Version: 1.2.10
Revision: 1
Distribution: 10.5, 10.6
Homepage: http://trac.gispython.org/projects/PCL/wiki/Shapely
Maintainer: Kurt Schwehr
Type: python (2.5 2.6 2.7)
Depends: python%type_pkg[python], libgeos3.2.2-shlibs (>= 3.2.2-1)

BuildDepends: setuptools-py%type_pkg[python]
#, libgeos3

# Unpack Phase.
Source: http://pypi.python.org/packages/source/S/Shapely/Shapely-%v.tar.gz
Source-MD5: eabe87efd5e0808445363ea9fc72a6aa

# FIX: keep working towards a better solution to let ctypes packages find their libs
PatchScript: <<
#!/bin/bash -ev
perl -pi -e 's|/Library/Frameworks/GEOS.framework/Versions/Current/GEOS|%p/opt/libgeos3.2.2/lib/libgeos_c.1.dylib|g' shapely/geos.py
<<

CompileScript: <<
python%type_raw[python] setup.py build
# Not currently working for the maintainer:
# (cd manual && rst2html.py --embed-stylesheet --stylesheet=style.css manual.txt manual.html)
<<

InstallScript: <<
python%type_raw[python] setup.py install --root=%d
#rm %i/bin/dissolve.py %i/bin/intersect.py
#rmdir %i/bin
<<

# shapely/speedups/_speedups.c:219:20: error: geos_c.h: No such file or directory
#InfoTest: <<
# TestScript: <<
# #!/bin/bash -ev
# python%type_raw[python] setup.py test
# <<
#<<

DocFiles: <<
README.txt
CHANGES.txt
CREDITS.txt
PKG-INFO
docs
<<

License: BSD
Description: Geospatial geometries, predicates, operations
DescDetail: <<
Shapely is a Python package for programming with 2D geospatial
geometries. It is based on GEOS (http://geos.refractions.net). Shapely
1.0 is ignorant about coordinate and reference systems. Projection
responsibility is left to specific applications. For more information,
see:

* wiki http://trac.gispython.org/projects/PCL/wiki/Shapely
* manual http://gispython.org/shapely/manual.html

The author has begun to port it to Python 3.0:
http://zcologia.com/news/564/shapely-for-python-3-0/
<<

# Info2
<<