Index: head/math/py-mpmath/Makefile =================================================================== --- head/math/py-mpmath/Makefile (revision 451695) +++ head/math/py-mpmath/Makefile (revision 451696) @@ -1,20 +1,20 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= mpmath -PORTVERSION= 0.19 +PORTVERSION= 1.0.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:math/py-gmpy USES= python USE_PYTHON= distutils autoplist .include Index: head/math/py-mpmath/distinfo =================================================================== --- head/math/py-mpmath/distinfo (revision 451695) +++ head/math/py-mpmath/distinfo (revision 451696) @@ -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 Index: head/math/py-mpmath/pkg-descr =================================================================== --- head/math/py-mpmath/pkg-descr (revision 451695) +++ head/math/py-mpmath/pkg-descr (revision 451696) @@ -1,11 +1,11 @@ Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost any calculation can be performed just as well at 10-digit or 1000-digit precision, and in many cases mpmath implements 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/