dev-python/mpmath: bump to 1.1.0

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Andrey Grozin
2018-12-12 18:16:21 +07:00
parent 93874660a6
commit ad97be60ca
4 changed files with 51 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
diff -r -U1 mpmath-1.0.0.orig/setup.py mpmath-1.0.0/setup.py
--- mpmath-1.0.0.orig/setup.py 2017-09-27 21:42:12.000000000 +0700
+++ mpmath-1.0.0/setup.py 2017-10-02 20:36:02.919554100 +0700
@@ -15,4 +15,3 @@
'mpmath.functions',
- 'mpmath.matrices',
- 'mpmath.tests'],
+ 'mpmath.matrices'],
classifiers=['Topic :: Scientific/Engineering :: Mathematics']