diff options
author | wen <wen@FreeBSD.org> | 2011-02-14 11:11:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-14 11:11:29 +0800 |
commit | 20819a162e4d7b6bf5158fb715de43b6e00f697a (patch) | |
tree | ab1121c7d8f381d056ac87f377562aa0e389d6d7 /math/py-mpmath | |
parent | fd34179f72ca63e550169cb4f26cf78a782e45c7 (diff) | |
download | freebsd-ports-gnome-20819a162e4d7b6bf5158fb715de43b6e00f697a.tar.gz freebsd-ports-gnome-20819a162e4d7b6bf5158fb715de43b6e00f697a.tar.zst freebsd-ports-gnome-20819a162e4d7b6bf5158fb715de43b6e00f697a.zip |
- Update to 0.17
Diffstat (limited to 'math/py-mpmath')
-rw-r--r-- | math/py-mpmath/Makefile | 2 | ||||
-rw-r--r-- | math/py-mpmath/distinfo | 5 | ||||
-rw-r--r-- | math/py-mpmath/pkg-plist | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index c951a8f52e27..34f67f7aba5b 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpmath -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo index 478da81dcfd9..559ba5336eb1 100644 --- a/math/py-mpmath/distinfo +++ b/math/py-mpmath/distinfo @@ -1,3 +1,2 @@ -MD5 (mpmath-0.16.tar.gz) = 7780f99cafd3292c0776249825d66aed -SHA256 (mpmath-0.16.tar.gz) = 2087f65d99f015a25210a8898d69d0dd433cb6ec1dbd86c32be17c7bad76d590 -SIZE (mpmath-0.16.tar.gz) = 455158 +SHA256 (mpmath-0.17.tar.gz) = b07f2cfb5b09ec37b6852e14d77fb2032444b268e093b51472eae74830ff8fae +SIZE (mpmath-0.17.tar.gz) = 465956 diff --git a/math/py-mpmath/pkg-plist b/math/py-mpmath/pkg-plist index 2773a4eff9e4..68f437d2438b 100644 --- a/math/py-mpmath/pkg-plist +++ b/math/py-mpmath/pkg-plist @@ -97,6 +97,10 @@ %%PYTHON_SITELIBDIR%%/mpmath/libmp/backend.py %%PYTHON_SITELIBDIR%%/mpmath/libmp/backend.pyc %%PYTHON_SITELIBDIR%%/mpmath/libmp/backend.pyo +%%PYTHON_SITELIBDIR%%/mpmath/libmp/exec_py2.py +%%PYTHON_SITELIBDIR%%/mpmath/libmp/exec_py3.py +%%PYTHON_SITELIBDIR%%/mpmath/libmp/exec_py2.pyc +%%PYTHON_SITELIBDIR%%/mpmath/libmp/exec_py2.pyo %%PYTHON_SITELIBDIR%%/mpmath/libmp/gammazeta.py %%PYTHON_SITELIBDIR%%/mpmath/libmp/gammazeta.pyc %%PYTHON_SITELIBDIR%%/mpmath/libmp/gammazeta.pyo @@ -143,8 +147,6 @@ %%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_bessel.pyc %%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_bessel.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 @@ -236,8 +238,6 @@ %%PYTHON_SITELIBDIR%%/mpmath/tests/test_visualization.pyc %%PYTHON_SITELIBDIR%%/mpmath/tests/test_visualization.pyo %%PYTHON_SITELIBDIR%%/mpmath/tests/torture.py -%%PYTHON_SITELIBDIR%%/mpmath/tests/torture.pyc -%%PYTHON_SITELIBDIR%%/mpmath/tests/torture.pyo %%PYTHON_SITELIBDIR%%/mpmath/usertools.py %%PYTHON_SITELIBDIR%%/mpmath/usertools.pyc %%PYTHON_SITELIBDIR%%/mpmath/usertools.pyo |