diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 10:11:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 10:11:42 +0000 |
commit | 358080ad7157d365d3225cf7628e770572ea261d (patch) | |
tree | 6d29c6339d0023b4e2abb7ae99ec4df71617fc7e /math | |
parent | 6213059aad65c691d6e9c70f7a2d6c958bbe7c69 (diff) | |
download | pkgsrc-358080ad7157d365d3225cf7628e770572ea261d.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)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 10 | ||||
-rw-r--r-- | math/py-mpmath/distinfo | 8 |
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 |