2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message: Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. |
2008-01-03 14:40:45 by Greg Troxel | Files touched by this commit (3) | |
Log message: update to 1.8.3 1.8.3 (svn revision 146): * fixed bug in Geod class that caused erroneous error message "undefined inverse geodesic (may be an antipodal point)". * fix __reduce__ method of Geod class so instances can be pickled. * make sure points outside projection limb are set to 1.e30 on inverse transform (if errcheck=False). * fixed small setup.py bug. * generate C source with Cython 0.9.6.6 (pycompat.h no longer needed). |
2007-12-09 20:33:56 by Thomas Klausner | Files touched by this commit (1) |
Log message: Update MASTER_SITES and HOMEPAGE; comment out MASTER_SITES though, since it only carries the current version. |
2006-09-06 11:54:39 by Roland Illig | Files touched by this commit (2) |
Log message: Fixed pkglint warnings. |
2006-08-23 13:18:50 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix spelling of the version variable. |
2006-08-22 17:09:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Doesn't support Python < 2.3. |
2006-07-26 22:13:56 by Greg Troxel | Files touched by this commit (4) | |
Log message: This package provides a Pyrex wrapper to provide python interfaces to PROJ.4 (http://proj.maptools.org) functions for coordinate transformation. (PROJ is in misc/proj.) |