gentoo/dev-python/mpmath/files/mpmath-1.0.0.patch
Andrey Grozin 5e9b8034ca
dev-python/mpmath: bump to 1.0.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-10-02 20:57:44 +07:00

10 lines
422 B
Diff

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']