summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2017-10-02 20:56:43 +0700
committerAndrey Grozin <grozin@gentoo.org>2017-10-02 20:57:44 +0700
commit5e9b8034cae7d50a58361bd4f124e04ebb747c5a (patch)
treed6321d71df7c03b3e4ef054d4898cfbe0c84c123 /dev-python/mpmath/files/mpmath-1.0.0.patch
parentnet-libs/zeromq: Stable on amd64 (diff)
downloadgentoo-5e9b8034cae7d50a58361bd4f124e04ebb747c5a.tar.gz
gentoo-5e9b8034cae7d50a58361bd4f124e04ebb747c5a.tar.bz2
gentoo-5e9b8034cae7d50a58361bd4f124e04ebb747c5a.zip
dev-python/mpmath: bump to 1.0.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/mpmath/files/mpmath-1.0.0.patch')
-rw-r--r--dev-python/mpmath/files/mpmath-1.0.0.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/mpmath/files/mpmath-1.0.0.patch b/dev-python/mpmath/files/mpmath-1.0.0.patch
new file mode 100644
index 000000000000..3a88f38c9927
--- /dev/null
+++ b/dev-python/mpmath/files/mpmath-1.0.0.patch
@@ -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']