summaryrefslogtreecommitdiff
path: root/geography/py-proj
diff options
context:
space:
mode:
authorgdt <gdt>2008-01-03 13:40:44 +0000
committergdt <gdt>2008-01-03 13:40:44 +0000
commit9347181ef845accc44d9c6536724d75be3c061a0 (patch)
treeb04d5e03f52e9583daa6a3a1c9f6c1e7dc59a0dc /geography/py-proj
parentbbc61839db0f47562741ac1401a5742216e3aebd (diff)
downloadpkgsrc-9347181ef845accc44d9c6536724d75be3c061a0.tar.gz
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).
Diffstat (limited to 'geography/py-proj')
-rw-r--r--geography/py-proj/Makefile8
-rw-r--r--geography/py-proj/PLIST27
-rw-r--r--geography/py-proj/distinfo8
3 files changed, 33 insertions, 10 deletions
diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile
index 21e77115ef2..b14dce665fa 100644
--- a/geography/py-proj/Makefile
+++ b/geography/py-proj/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2007/12/09 19:33:56 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/03 13:40:44 gdt Exp $
#
-DISTNAME= pyproj-1.7.2
+DISTNAME= pyproj-1.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyproj/proj/}
CATEGORIES= geography
-MASTER_SITES= #http://pyproj.googlecode.com/files/
+MASTER_SITES= http://pyproj.googlecode.com/files/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://code.google.com/p/pyproj/
COMMENT= Python wrapper for proj
PYDISTUTILSPKG= true
-PYTHON_VERSIONS_ACCEPTED= 23 24
+PYTHON_VERSIONS_ACCEPTED= 24 23
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME}
diff --git a/geography/py-proj/PLIST b/geography/py-proj/PLIST
index feabef80b40..31aad5000c2 100644
--- a/geography/py-proj/PLIST
+++ b/geography/py-proj/PLIST
@@ -1,3 +1,26 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/26 20:13:56 gdt Exp $
-${PYSITELIB}/pyproj.so
+@comment $NetBSD: PLIST,v 1.2 2008/01/03 13:40:45 gdt Exp $
+${PYSITELIB}/pyproj/__init__.py
+${PYSITELIB}/pyproj/__init__.pyc
+${PYSITELIB}/pyproj/__init__.pyo
+${PYSITELIB}/pyproj/_geod.so
+${PYSITELIB}/pyproj/_proj.so
+${PYSITELIB}/pyproj/data/GL27
+${PYSITELIB}/pyproj/data/README
+${PYSITELIB}/pyproj/data/epsg
+${PYSITELIB}/pyproj/data/esri
+${PYSITELIB}/pyproj/data/esri.extra
+${PYSITELIB}/pyproj/data/nad.lst
+${PYSITELIB}/pyproj/data/nad27
+${PYSITELIB}/pyproj/data/nad83
+${PYSITELIB}/pyproj/data/ntv2_out.dist
+${PYSITELIB}/pyproj/data/other.extra
+${PYSITELIB}/pyproj/data/pj_out27.dist
+${PYSITELIB}/pyproj/data/pj_out83.dist
+${PYSITELIB}/pyproj/data/proj_def.dat
+${PYSITELIB}/pyproj/data/td_out.dist
+${PYSITELIB}/pyproj/data/test27
+${PYSITELIB}/pyproj/data/test83
+${PYSITELIB}/pyproj/data/testntv2
+${PYSITELIB}/pyproj/data/testvarious
+${PYSITELIB}/pyproj/data/world
share/doc/${PKGNAME}/README
diff --git a/geography/py-proj/distinfo b/geography/py-proj/distinfo
index 8977feb4b45..5dc10f51f92 100644
--- a/geography/py-proj/distinfo
+++ b/geography/py-proj/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/26 20:13:56 gdt Exp $
+$NetBSD: distinfo,v 1.2 2008/01/03 13:40:45 gdt Exp $
-SHA1 (pyproj-1.7.2.tar.gz) = 72a7a67346b4909a99bc0cbe6afbcb9fc941c88e
-RMD160 (pyproj-1.7.2.tar.gz) = ba42106f5f529f268d682f76537838d0f1e57f86
-Size (pyproj-1.7.2.tar.gz) = 30246 bytes
+SHA1 (pyproj-1.8.3.tar.gz) = 5fef90288135708fc22b6a1b89e35b4f9116ada4
+RMD160 (pyproj-1.8.3.tar.gz) = d1f1fb47bffbf223e30e4e545d6adf38481e8fb5
+Size (pyproj-1.8.3.tar.gz) = 317072 bytes