1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.15

This commit is contained in:
Wen Heping 2010-06-07 07:20:19 +00:00
parent b5b9413196
commit d1a12dad5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256006
3 changed files with 19 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mpmath
PORTVERSION= 0.14
PORTVERSION= 0.15
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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