matplotlib-basemap-py stable port information

Info2: <<

Package: matplotlib-basemap-py%type_pkg[python]
Version: 0.99.4
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Maintainer: Kurt Schwehr
Depends: <<
python%type_pkg[python], matplotlib-py%type_pkg[python] (>= 0.98.3),
httplib2-py%type_pkg[python],
dap-py%type_pkg[python],
libgeos2-shlibs
<<
BuildDepends: <<
httplib2-py%type_pkg[python],
dap-py%type_pkg[python],
libgeos2
<<
Source: mirror:sourceforge:matplotlib/basemap-%v.tar.gz
Source-MD5: 07fe1a01c321c43db4739c18e99d4d44
Type: python (2.4 2.5 2.6)
GCC: 4.0
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
CompileScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root %d
rm -r %i/lib/python%type_raw[python]/site-packages/mpl_toolkits/__init__.py*
mkdir -p %i/share/doc/%n
cp -R examples %i/share/doc/%n
<<
License: OSI-Approved
DocFiles: README LICENSE_proj4 LICENSE_pyshapelib Changelog FAQ
Description: Plot data on map projections with matplotlib
DescDetail: <<
An add-on toolkit for matplotlib that lets you plot data
on map projections with coastlines, lakes, rivers and political boundaries.
See http://www.scipy.org/wikis/topical_software/Maps for an
example of what it can do.
<<
Homepage: http://matplotlib.sf.net

DescPort: <<
How can we depend on fink proj and get libgeos3 over libgeos2?

Why is there overlap of the mpl_toolkits/__init__.py between
matplotlib and matplotlib-basemap?

http://sourceforge.net/tracker/index.php?func=detail&aid=2121676&group_id=80706&atid=560720

Had to make dap and httplib2 dependencies or else matplotlib-basemap will install
its own version of these tools and make a conflict.

If you are unable to upgrade due to a conflict with httplib2 already
being in matplotlib-basemap, you need to remove these two and reinstall

fink remove --recursive matplotlib-basemap-py25
fink install matplotlib-basemap-data-py25 matplotlib-basemap-py25
<<

<<