Hi,
Here is a patch to update math/py-mpmath to 1.0.0.
It build well and all the tests passed.
One port(math/py-sympy) depends on py-mpmath, it build and test both Ok with
this patch.
Commenst? OK?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/py-mpmath/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 19 Feb 2017 19:02:43 -0000 1.1.1.1
+++ Makefile 13 Nov 2018 03:12:34 -0000
@@ -2,7 +2,7 @@
COMMENT = library for arbitrary-precision floating-point
arithmetic
-MODPY_EGG_VERSION = 0.19
+MODPY_EGG_VERSION = 1.0.0
DISTNAME = mpmath-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = math
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/py-mpmath/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 19 Feb 2017 19:02:43 -0000 1.1.1.1
+++ distinfo 13 Nov 2018 03:12:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpmath-0.19.tar.gz) = aN32Qm3NpEUyNGfYmJLSz/u9GuCzGsEkGxtnF0nWMiI=
-SIZE (mpmath-0.19.tar.gz) = 498564
+SHA256 (mpmath-1.0.0.tar.gz) = BNFIA7aHX+bWnm3M6ofVrlWZgC5LHfeZe93SAkABBQw=
+SIZE (mpmath-1.0.0.tar.gz) = 511353