summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-07-22 10:11:42 +0000
committerwiz <wiz>2014-07-22 10:11:42 +0000
commitfd9540ee26038c15a2f33b87b75b96c627485b8d (patch)
tree6d29c6339d0023b4e2abb7ae99ec4df71617fc7e
parentd4d99a2fef2451513683a73df39035c977d7a533 (diff)
downloadpkgsrc-fd9540ee26038c15a2f33b87b75b96c627485b8d.tar.gz
Update to 0.19. Update HOMEPAGE and MASTER_SITES. Allow python-3.
--0.19-- Released June 10, 2014 * Moved issue tracking to github and the main website to mpmath.org. Several URLs and issue numbers were updated in the documentation (Sergey B Kirpichev) * Enabled automatic testing with Travis CI (Sergey B Kirpichev) * Fixed many doctest issues (Sergey B Kirpichev) * Converted line endings to LF (Ondrej Certik) * Made polyroots() more robust (Ondrej Certik)
-rw-r--r--math/py-mpmath/Makefile10
-rw-r--r--math/py-mpmath/distinfo8
2 files changed, 8 insertions, 10 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
diff --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo
index 56fd504c86f..2109996570c 100644
--- a/math/py-mpmath/distinfo
+++ b/math/py-mpmath/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/06/06 12:11:46 wen Exp $
+$NetBSD: distinfo,v 1.6 2014/07/22 10:11:42 wiz Exp $
-SHA1 (mpmath-0.18.tar.gz) = 43a94c60c2fe377dde365afa1d35a8f0125df61a
-RMD160 (mpmath-0.18.tar.gz) = e7ae6c4a135f7b7670d5686f21a60b4deac96363
-Size (mpmath-0.18.tar.gz) = 498631 bytes
+SHA1 (mpmath-0.19.tar.gz) = 65da0ed4ed01d067f0f5b890ca28ad2f2fb56343
+RMD160 (mpmath-0.19.tar.gz) = 96c4f24528e8785209242cb9c36686c42248213f
+Size (mpmath-0.19.tar.gz) = 498564 bytes