diff options
author | wen <wen@FreeBSD.org> | 2010-06-07 15:20:19 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-06-07 15:20:19 +0800 |
commit | b3847312f24f2f992fea74e7b4985a2189d68692 (patch) | |
tree | b1600fa556961c6afc6f5c4fb4422388d3cc1190 /math | |
parent | 57d37788f4ff9d5fbf100253b5dda4dce7b29ff0 (diff) | |
download | freebsd-ports-gnome-b3847312f24f2f992fea74e7b4985a2189d68692.tar.gz freebsd-ports-gnome-b3847312f24f2f992fea74e7b4985a2189d68692.tar.zst freebsd-ports-gnome-b3847312f24f2f992fea74e7b4985a2189d68692.zip |
- Update to 0.15
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 2 | ||||
-rw-r--r-- | math/py-mpmath/distinfo | 6 | ||||
-rw-r--r-- | math/py-mpmath/pkg-plist | 15 |
3 files changed, 19 insertions, 4 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index f0189271bc29..f55d9d7243ea 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpmath -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo index 3940043bcee0..928074562049 100644 --- a/math/py-mpmath/distinfo +++ b/math/py-mpmath/distinfo @@ -1,3 +1,3 @@ -MD5 (mpmath-0.14.tar.gz) = 33c753255a783d8e57d376befaa187a9 -SHA256 (mpmath-0.14.tar.gz) = 039c8649c926584c93e88b917908bfb512ceb4d124ba787f2aa14ecaf58f007b -SIZE (mpmath-0.14.tar.gz) = 468606 +MD5 (mpmath-0.15.tar.gz) = 40a917ce8c55325f87c53b5095ca71a6 +SHA256 (mpmath-0.15.tar.gz) = 171cd91bccac0cb7e79c70b600cfe1cb2b419b1103fcc0828948178d10849ad1 +SIZE (mpmath-0.15.tar.gz) = 514744 diff --git a/math/py-mpmath/pkg-plist b/math/py-mpmath/pkg-plist index 3dda8e4effc2..f739bf61582f 100644 --- a/math/py-mpmath/pkg-plist +++ b/math/py-mpmath/pkg-plist @@ -34,6 +34,9 @@ %%PYTHON_SITELIBDIR%%/mpmath/ctx_base.py %%PYTHON_SITELIBDIR%%/mpmath/ctx_base.pyc %%PYTHON_SITELIBDIR%%/mpmath/ctx_base.pyo +%%PYTHON_SITELIBDIR%%/mpmath/ctx_iv.py +%%PYTHON_SITELIBDIR%%/mpmath/ctx_iv.pyc +%%PYTHON_SITELIBDIR%%/mpmath/ctx_iv.pyo %%PYTHON_SITELIBDIR%%/mpmath/ctx_fp.py %%PYTHON_SITELIBDIR%%/mpmath/ctx_fp.pyc %%PYTHON_SITELIBDIR%%/mpmath/ctx_fp.pyo @@ -61,12 +64,18 @@ %%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.py %%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.pyc %%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.pyo +%%PYTHON_SITELIBDIR%%/mpmath/functions/qfunctions.py +%%PYTHON_SITELIBDIR%%/mpmath/functions/qfunctions.pyc +%%PYTHON_SITELIBDIR%%/mpmath/functions/qfunctions.pyo %%PYTHON_SITELIBDIR%%/mpmath/functions/rszeta.py %%PYTHON_SITELIBDIR%%/mpmath/functions/rszeta.pyc %%PYTHON_SITELIBDIR%%/mpmath/functions/rszeta.pyo %%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.py %%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.pyc %%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.pyo +%%PYTHON_SITELIBDIR%%/mpmath/functions/zetazeros.py +%%PYTHON_SITELIBDIR%%/mpmath/functions/zetazeros.pyc +%%PYTHON_SITELIBDIR%%/mpmath/functions/zetazeros.pyo %%PYTHON_SITELIBDIR%%/mpmath/identification.py %%PYTHON_SITELIBDIR%%/mpmath/identification.pyc %%PYTHON_SITELIBDIR%%/mpmath/identification.pyo @@ -118,6 +127,12 @@ %%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.py %%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_gamma.py +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_gamma.pyc +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_gamma.pyo +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_zeta.py +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_zeta.pyc +%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_zeta.pyo %%PYTHON_SITELIBDIR%%/mpmath/tests/runtests.py %%PYTHON_SITELIBDIR%%/mpmath/tests/runtests.pyc %%PYTHON_SITELIBDIR%%/mpmath/tests/runtests.pyo |