diff options
author | wen <wen@FreeBSD.org> | 2017-10-10 19:57:17 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:42:29 +0800 |
commit | 683d216c432a387771a7ac0976b36a9c67fc2aba (patch) | |
tree | e3b1579c316a93c3a2831881af624165b671e4ff /math | |
parent | c13cfac9a2032b05c2153be6b253fa44dd4d479c (diff) | |
download | freebsd-ports-gnome-683d216c432a387771a7ac0976b36a9c67fc2aba.tar.gz freebsd-ports-gnome-683d216c432a387771a7ac0976b36a9c67fc2aba.tar.zst freebsd-ports-gnome-683d216c432a387771a7ac0976b36a9c67fc2aba.zip |
- Update to 1.0.0
- Update WWW
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 2 | ||||
-rw-r--r-- | math/py-mpmath/distinfo | 5 | ||||
-rw-r--r-- | math/py-mpmath/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 1bd76ccc1c40..4980be452c5e 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpmath -PORTVERSION= 0.19 +PORTVERSION= 1.0.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-mpmath/distinfo b/math/py-mpmath/distinfo index ef9eccba8801..a5cf7d6c93bc 100644 --- a/math/py-mpmath/distinfo +++ b/math/py-mpmath/distinfo @@ -1,2 +1,3 @@ -SHA256 (mpmath-0.19.tar.gz) = 68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222 -SIZE (mpmath-0.19.tar.gz) = 498564 +TIMESTAMP = 1507662010 +SHA256 (mpmath-1.0.0.tar.gz) = 04d14803b6875fe6d69e6dccea87d5ae5599802e4b1df7997bddd2024001050c +SIZE (mpmath-1.0.0.tar.gz) = 511353 diff --git a/math/py-mpmath/pkg-descr b/math/py-mpmath/pkg-descr index dbeafdc4330c..07fced9913ed 100644 --- a/math/py-mpmath/pkg-descr +++ b/math/py-mpmath/pkg-descr @@ -8,4 +8,4 @@ asymptotically fast algorithms that scale well for extremely high precision work. If available, mpmath will (optionally) use gmpy to speed up high precision operations. -WWW: http://code.google.com/p/mpmath/ +WWW: http://www.mpmath.org/ |