diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-03-30 18:15:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-14 18:19:25 -0400 |
commit | 9f99e6b67366104a3e475511c35294b1a159d7d3 (patch) | |
tree | 4964d042c88eaf368dbe6ef35122f3e11aaef65b /dev-python/dill | |
parent | x11-misc/synergy: use correct HOMEPAGE (diff) | |
download | gentoo-9f99e6b67366104a3e475511c35294b1a159d7d3.tar.gz gentoo-9f99e6b67366104a3e475511c35294b1a159d7d3.tar.bz2 gentoo-9f99e6b67366104a3e475511c35294b1a159d7d3.zip |
dev-python/dill: remove unused patch(es)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch | 29 | ||||
-rw-r--r-- | dev-python/dill/files/dill-0.2.5-remove-install_requires.patch | 28 |
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch b/dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch deleted file mode 100644 index 16525c10b343..000000000000 --- a/dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch +++ /dev/null @@ -1,29 +0,0 @@ -From dfa34a34f09d0f868cc404d5c1ccf071f47fe63f Mon Sep 17 00:00:00 2001 -From: Josue Ortega <josueortega@debian.org.gt> -Date: Sun, 1 Nov 2015 13:07:04 -0600 -Subject: Patch to avoid the installation of upstream binaries under the wrong - directories - ---- - setup.py | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/setup.py b/setup.py -index 8f91183..1ee6dcf 100644 ---- a/setup.py -+++ b/setup.py -@@ -283,10 +283,10 @@ if has_setuptools: - """ % (ctypes_version) - - # add the scripts, and close 'setup' call --setup_code += """ -- scripts=['scripts/unpickle.py','scripts/get_objgraph.py']) --""" -- -+#setup_code += """ -+# scripts=['scripts/unpickle.py','scripts/get_objgraph.py']) -+#""" -+setup_code += ")" - # exec the 'setup' code - exec(setup_code) - diff --git a/dev-python/dill/files/dill-0.2.5-remove-install_requires.patch b/dev-python/dill/files/dill-0.2.5-remove-install_requires.patch deleted file mode 100644 index dfa5f0dd653d..000000000000 --- a/dev-python/dill/files/dill-0.2.5-remove-install_requires.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 9b32a0be077d5295a42fec7cb17810fa3e8aca45 Mon Sep 17 00:00:00 2001 -From: Josue Ortega <josueortega@debian.org.gt> -Date: Sun, 1 Nov 2015 13:11:04 -0600 -Subject: Removes install_requires in order to avoid automatic package - ---- - setup.py | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/setup.py b/setup.py -index 1ee6dcf..dd90af5 100644 ---- a/setup.py -+++ b/setup.py -@@ -277,10 +277,10 @@ if has_setuptools: - install_requires = ['pyreadline%s'], - """ % (pyreadline_version) - # verrrry unlikely that this is still relevant -- elif hex(sys.hexversion) < '0x20500f0': -- setup_code += """ -- install_requires = ['ctypes%s'], --""" % (ctypes_version) -+# elif hex(sys.hexversion) < '0x20500f0': -+# setup_code += """ -+# install_requires = ['ctypes%s'], -+#""" % (ctypes_version) - - # add the scripts, and close 'setup' call - #setup_code += """ |