- Update to 0.16
This commit is contained in:
parent
0a5ab2fca4
commit
a44cbe69c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262076
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mpmath
|
||||
PORTVERSION= 0.15
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mpmath-0.15.tar.gz) = 40a917ce8c55325f87c53b5095ca71a6
|
||||
SHA256 (mpmath-0.15.tar.gz) = 171cd91bccac0cb7e79c70b600cfe1cb2b419b1103fcc0828948178d10849ad1
|
||||
SIZE (mpmath-0.15.tar.gz) = 514744
|
||||
MD5 (mpmath-0.16.tar.gz) = 7780f99cafd3292c0776249825d66aed
|
||||
SHA256 (mpmath-0.16.tar.gz) = 2087f65d99f015a25210a8898d69d0dd433cb6ec1dbd86c32be17c7bad76d590
|
||||
SIZE (mpmath-0.16.tar.gz) = 455158
|
||||
|
@ -52,9 +52,15 @@
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/bessel.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/bessel.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/bessel.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/elliptic.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/elliptic.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/elliptic.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/expintegrals.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/expintegrals.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/expintegrals.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/factorials.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/factorials.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/factorials.pyo
|
||||
@ -64,12 +70,18 @@
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/hypergeometric.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/orthogonal.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/orthogonal.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/orthogonal.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/theta.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/theta.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/theta.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/functions/zeta.pyo
|
||||
@ -127,6 +139,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/tests/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/mpmath/tests/extratest_bessel.py
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user