dev-python/mpmath: bump to 1.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Andrey Grozin
2017-10-02 20:56:43 +07:00
parent a44c629a3d
commit 5e9b8034ca
3 changed files with 52 additions and 0 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']