pyproj-py stable port information

Info2: <<

Package: pyproj-py%type_pkg[python]
Version: 1.8.9
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Projection conversions in python
DescDetail: <<
Pyrex wrapper to provide python interfaces to PROJ.4
(http://proj.maptools.org) functions.

Performs cartographic transformations (converts from
longitude,latitude to native map projection x,y coordinates and vice versa).

Optimized for Numeric and numarray arrays.
<<
Source: http://pyproj.googlecode.com/files/pyproj-%v.tar.gz
Source-MD5: 83ee69e2cbe04ee46719ee4fe4c1ac62
Type: python (2.3 2.4 2.5 2.6 2.7 3.2)
Depends: python%type_pkg[python], proj-shlibs (>= 4.6.0)
BuildDepends: proj (>= 4.6.0)
Replaces: matplotlib-basemap-py%type_pkg[python] (<= 0.9.4-1)
CompileScript: <<
#!/bin/bash -ev
export PROJ_DIR=%p
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/bash -ev
export PROJ_DIR=%p
%p/bin/python%type_raw[python] setup.py install --root %d
<<
DocFiles: README
License: BSD
Homepage: http://code.google.com/p/pyproj/
Maintainer: Kurt Schwehr
DescUsage: <<
from pyproj import Proj
params={'proj':'utm','zone':19}
proj = Proj(params)
proj(-70.2052,42.0822)
# Returns (400316.0002622169, 4659605.5586070241)
proj(400316.0002622169, 4659605.5586070241,inverse=True)
<<
# Info2
<<