summaryrefslogtreecommitdiff
path: root/math/py-mpmath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r--math/py-mpmath/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index 3fa8e7a88ed..54254644fb9 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.9 2014/06/06 12:11:46 wen Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/22 10:11:42 wiz Exp $
-DISTNAME= mpmath-0.18
+DISTNAME= mpmath-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://pypi.python.org/packages/source/m/mpmath/ \
- http://mpmath.googlecode.com/files/
+ http://mpmath.org/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/mpmath/
+HOMEPAGE= http://mpmath.org/
COMMENT= Python library for arbitrary-precision FP arithmetic
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
-
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
SUBST_CLASSES+= python