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).
23 lines
615 B
Makefile
23 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/01/03 13:40:44 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= pyproj-1.8.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyproj/proj/}
|
|
CATEGORIES= geography
|
|
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= 24 23
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME}
|
|
${INSTALL} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGNAME}
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../misc/proj/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|