diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-24 19:40:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-24 19:40:53 +0000 |
commit | 900991b8c23a31096b5945731593a983c5b7e302 (patch) | |
tree | 8b3773e650e5296048a82d31b8685ebe137e9fe2 /math/py-mpmath/Makefile | |
parent | efc61ff249152b95162db8dfd1b5eae6f74f2f48 (diff) | |
download | pkgsrc-900991b8c23a31096b5945731593a983c5b7e302.tar.gz |
update to 0.17
changes:
-various additions and improvements
-bugfixes
-dropped Puthon-2.4 support
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r-- | math/py-mpmath/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 4e89163a415..9ba2de1c144 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,15 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2010/08/10 18:04:30 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/24 19:40:53 drochner Exp $ # -DISTNAME= mpmath-0.15 +DISTNAME= mpmath-0.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= http://mpmath.googlecode.com/files/ -EXTRACT_SUFX= .zip -# XXX: all text file are DOS style. -# XXX: if future version install binary file, -# XXX: please consider to use another method. -EXTRACT_OPTS_ZIP= -aaqo MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/mpmath/ @@ -18,6 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PKG_DESTDIR_SUPPORT= user-destdir TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib |