summaryrefslogtreecommitdiff
path: root/dev-python/mpmath/files/mpmath-1.1.0.patch
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-01-15 23:17:18 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-01-15 23:17:18 +0700
commitd74c525c4f89d0d8becf3299d2501ca55cf60b3b (patch)
tree2037a965aed23248a84fa937d811d5b7908278b0 /dev-python/mpmath/files/mpmath-1.1.0.patch
parent515f73fca8c7ac96ec70df5bb77ba692df25c78f (diff)
downloadgentoo-d74c525c4f89d0d8becf3299d2501ca55cf60b3b.tar.gz
gentoo-d74c525c4f89d0d8becf3299d2501ca55cf60b3b.tar.bz2
gentoo-d74c525c4f89d0d8becf3299d2501ca55cf60b3b.zip
dev-python/mpmath: remove a duplicated patch file
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/mpmath/files/mpmath-1.1.0.patch')
-rw-r--r--dev-python/mpmath/files/mpmath-1.1.0.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/mpmath/files/mpmath-1.1.0.patch b/dev-python/mpmath/files/mpmath-1.1.0.patch
deleted file mode 100644
index 3a88f38c9927..000000000000
--- a/dev-python/mpmath/files/mpmath-1.1.0.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-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']