diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-10 18:04:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-10 18:04:30 +0000 |
commit | 6b522a9bac75c183b1b2f50e10d0ed827c7070a8 (patch) | |
tree | f3e2a03bdd534ca45bf78a5bd4950e6a62824f24 /math | |
parent | f58e79b53eaf1bed96a738c91b509c98fc4878bb (diff) | |
download | pkgsrc-6b522a9bac75c183b1b2f50e10d0ed827c7070a8.tar.gz |
update to 0.15, from Kamel Derouiche per PR pkg/43730
many fixes and improvements, too much to list here
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 6 | ||||
-rw-r--r-- | math/py-mpmath/PLIST | 17 | ||||
-rw-r--r-- | math/py-mpmath/distinfo | 8 |
3 files changed, 24 insertions, 7 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index e2010578a46..4e89163a415 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/02/08 11:54:25 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/10 18:04:30 drochner Exp $ # -DISTNAME= mpmath-0.14 +DISTNAME= mpmath-0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= http://mpmath.googlecode.com/files/ @@ -26,4 +26,6 @@ do-test: ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py .include "../../lang/python/extension.mk" +# optional speedup +#.include "../../math/py-gmpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-mpmath/PLIST b/math/py-mpmath/PLIST index 1f7367e87e8..ba21c2bd1f0 100644 --- a/math/py-mpmath/PLIST +++ b/math/py-mpmath/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/02/08 11:54:25 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/08/10 18:04:30 drochner Exp $ ${PYSITELIB}/mpmath/__init__.py ${PYSITELIB}/mpmath/__init__.pyc ${PYSITELIB}/mpmath/__init__.pyo @@ -38,6 +38,9 @@ ${PYSITELIB}/mpmath/ctx_base.pyo ${PYSITELIB}/mpmath/ctx_fp.py ${PYSITELIB}/mpmath/ctx_fp.pyc ${PYSITELIB}/mpmath/ctx_fp.pyo +${PYSITELIB}/mpmath/ctx_iv.py +${PYSITELIB}/mpmath/ctx_iv.pyc +${PYSITELIB}/mpmath/ctx_iv.pyo ${PYSITELIB}/mpmath/ctx_mp.py ${PYSITELIB}/mpmath/ctx_mp.pyc ${PYSITELIB}/mpmath/ctx_mp.pyo @@ -62,12 +65,18 @@ ${PYSITELIB}/mpmath/functions/functions.pyo ${PYSITELIB}/mpmath/functions/hypergeometric.py ${PYSITELIB}/mpmath/functions/hypergeometric.pyc ${PYSITELIB}/mpmath/functions/hypergeometric.pyo +${PYSITELIB}/mpmath/functions/qfunctions.py +${PYSITELIB}/mpmath/functions/qfunctions.pyc +${PYSITELIB}/mpmath/functions/qfunctions.pyo ${PYSITELIB}/mpmath/functions/rszeta.py ${PYSITELIB}/mpmath/functions/rszeta.pyc ${PYSITELIB}/mpmath/functions/rszeta.pyo ${PYSITELIB}/mpmath/functions/zeta.py ${PYSITELIB}/mpmath/functions/zeta.pyc ${PYSITELIB}/mpmath/functions/zeta.pyo +${PYSITELIB}/mpmath/functions/zetazeros.py +${PYSITELIB}/mpmath/functions/zetazeros.pyc +${PYSITELIB}/mpmath/functions/zetazeros.pyo ${PYSITELIB}/mpmath/identification.py ${PYSITELIB}/mpmath/identification.pyc ${PYSITELIB}/mpmath/identification.pyo @@ -119,6 +128,12 @@ ${PYSITELIB}/mpmath/rational.pyo ${PYSITELIB}/mpmath/tests/__init__.py ${PYSITELIB}/mpmath/tests/__init__.pyc ${PYSITELIB}/mpmath/tests/__init__.pyo +${PYSITELIB}/mpmath/tests/extratest_gamma.py +${PYSITELIB}/mpmath/tests/extratest_gamma.pyc +${PYSITELIB}/mpmath/tests/extratest_gamma.pyo +${PYSITELIB}/mpmath/tests/extratest_zeta.py +${PYSITELIB}/mpmath/tests/extratest_zeta.pyc +${PYSITELIB}/mpmath/tests/extratest_zeta.pyo ${PYSITELIB}/mpmath/tests/runtests.py ${PYSITELIB}/mpmath/tests/runtests.pyc ${PYSITELIB}/mpmath/tests/runtests.pyo diff --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo index a993c0fb9ff..d2509c12b76 100644 --- a/math/py-mpmath/distinfo +++ b/math/py-mpmath/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/02/08 11:54:25 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/08/10 18:04:30 drochner Exp $ -SHA1 (mpmath-0.14.zip) = dfb066da328c6f4855e71f0518e7f5965a1f80ed -RMD160 (mpmath-0.14.zip) = 34393f582f20caa5d95a94c028f7a84c06660610 -Size (mpmath-0.14.zip) = 505585 bytes +SHA1 (mpmath-0.15.zip) = 7b6b3de252daaf5188d94d178ee1f1b56f310e88 +RMD160 (mpmath-0.15.zip) = f1c72df02a659978a0b2a11e17ffb3e069b9e5c6 +Size (mpmath-0.15.zip) = 576150 bytes |