summaryrefslogtreecommitdiff
path: root/geography/py-proj
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for geography categoryagc1-1/+2
One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-09Add kludge to build given proj-provided projects.h.gdt1-3/+10
Update HOMEPAGE. proj used to not install projects.h. This package has a private copy wtih extra macros for Id strings, and using the proj-provided projects.h via <> fails. Work around this by removing projects.h from the bl3 tree.
2015-03-19Update to 1.9.4 (leaf).gdt3-13/+19
This required a fairly massive rototill of the PKGNAME/DISTNAME because of bugs in upstream distfile generation, reported at https://github.com/jswhit/pyproj/issues/7 But there are no signficant changes in packaging other than coping with the distfile naming bug. 1.9.4 (git tag v1.9.4rel) * migrate to github from googlecode. * update proj4 source code from svn r2595 (version 4.9.0RC2). * include runtime_library_dirs in setup-proj.py. * added to_latlong method (issue 51). * fix back azimuth when lon1 and lon2 are identical.
2015-03-14Recursive bump from geography/proj ABI change.gdt1-1/+2
2014-01-19Update to 1.9.3:wiz3-11/+31
1.9.3 (svn revision 327) * Geod now uses C code adapted from geographiclib now included in proj4 source, instead of pure python code directly from geographiclib. * make radians=True work with Geod.npts (issue 47). * allow PROJ_DIR env var to control location of proj data (issue 40). 1.9.2 (svn revision 301) * updated proj4 src to 4.8.0 - includes two new map projections (natearth and isea). 1.9.1 (svn revision 285) * restore compatibility with python 2.4/2.5, which was broken by the addition of the geographiclib geodesic module (issue 36). 1.9.0 (svn revision 282) * use pure python geographiclib for geodesic computation codes instead of proj4. * don't use global variable pj_errno for return codes, use pj_ctx_get_errno instead. * use new projCtx structure for thread safety in proj lib. * update C source and data from proj4 svn (r2140). * add pj_list and pj_ellps module level variables (a dict mapping short names to longer descriptions, e.g. pyproj.pj_list['aea'] = 'Albers Equal Area'). 1.8.9 (svn revision 222) * Python 3 now supported. * allow 'EPSG' init (as well as 'epsg'). This only worked on case-insensitive filesystems previously. Fixes issue 6. * added inverse to Hammer projection. * updated src/pj_mutex.c from proj4 svn to fix a threading issue on windows (issue 25). Windows binary installers updated (version 1.8.8-1), courtesy Christoph Gohlke. * if inputs are NaNs, return huge number (1.e30). 1.8.8 (svn revision 196) * add extra datum shift files, added test/test_datum.py (fixes issue 22). datum shifts now work correctly in transform function. 1.8.7 (svn revision 175) * reverted pj_init.c to old version (from proj4 4.6.1) because version in 4.7.0 includes caching code that can cause segfaults in pyproj (issue 19). * added 'preserve_units' keyword to Proj.__init__ to suppress conversion to meters. 1.8.6 (svn revision 169) * now works with ms vs2008, vs2003 (fixed missing isnan). * updated to proj 4.7.0 (fixes a problem coexisting with pyqt). * allow Geod instance to be initialized using a proj4 string 1.8.5 (svn revision 155) * allow Proj instance to be initialized using a proj4 string (instead of just a dict or kwargs). 1.8.4 (svn revision 151) * updated proj4 sources to version 4.6.0
2012-10-04Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-01-27* LICENSE=mitobache2-7/+8
* distutils pkg, register egg-info. * fixes installation with PKGREVISION. Bump PKGREVISION.
2011-06-14remove PYTHON_VERSION_ACCEPTED, just require python24+.obache1-2/+1
2010-03-14Fix path to proj after its reimport.wiz1-2/+2
2009-02-09Needs distutils feature from Python 2.4+.joerg1-1/+2
2008-06-12Add DESTDIR support.joerg1-3/+6
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- 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-03update to 1.8.3gdt3-10/+33
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-09Update MASTER_SITES and HOMEPAGE; comment out MASTER_SITES though, sincewiz1-3/+3
it only carries the current version.
2006-09-06Fixed pkglint warnings.rillig2-4/+4
2006-08-23Fix spelling of the version variable.joerg1-2/+2
2006-08-22Doesn't support Python < 2.3.joerg1-2/+3
2006-07-26This package provides a Pyrex wrapper to provide python interfaces togdt4-0/+33
PROJ.4 (http://proj.maptools.org) functions for coordinate transformation. (PROJ is in misc/proj.)