Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/files/
Date: Thu, 14 May 2020 22:19:47
Message-Id: 1589494765.9f99e6b67366104a3e475511c35294b1a159d7d3.bman@gentoo
1 commit: 9f99e6b67366104a3e475511c35294b1a159d7d3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 30 16:15:25 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 22:19:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f99e6b6
7
8 dev-python/dill: remove unused patch(es)
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../dill-0.2.5-avoid-installation-binaries.patch | 29 ----------------------
15 .../files/dill-0.2.5-remove-install_requires.patch | 28 ---------------------
16 2 files changed, 57 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 16525c10b34..00000000000
21 --- a/dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -From dfa34a34f09d0f868cc404d5c1ccf071f47fe63f Mon Sep 17 00:00:00 2001
25 -From: Josue Ortega <josueortega@××××××××××.gt>
26 -Date: Sun, 1 Nov 2015 13:07:04 -0600
27 -Subject: Patch to avoid the installation of upstream binaries under the wrong
28 - directories
29 -
30 ----
31 - setup.py | 8 ++++----
32 - 1 file changed, 4 insertions(+), 4 deletions(-)
33 -
34 -diff --git a/setup.py b/setup.py
35 -index 8f91183..1ee6dcf 100644
36 ---- a/setup.py
37 -+++ b/setup.py
38 -@@ -283,10 +283,10 @@ if has_setuptools:
39 - """ % (ctypes_version)
40 -
41 - # add the scripts, and close 'setup' call
42 --setup_code += """
43 -- scripts=['scripts/unpickle.py','scripts/get_objgraph.py'])
44 --"""
45 --
46 -+#setup_code += """
47 -+# scripts=['scripts/unpickle.py','scripts/get_objgraph.py'])
48 -+#"""
49 -+setup_code += ")"
50 - # exec the 'setup' code
51 - exec(setup_code)
52 -
53
54 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
55 deleted file mode 100644
56 index dfa5f0dd653..00000000000
57 --- a/dev-python/dill/files/dill-0.2.5-remove-install_requires.patch
58 +++ /dev/null
59 @@ -1,28 +0,0 @@
60 -From 9b32a0be077d5295a42fec7cb17810fa3e8aca45 Mon Sep 17 00:00:00 2001
61 -From: Josue Ortega <josueortega@××××××××××.gt>
62 -Date: Sun, 1 Nov 2015 13:11:04 -0600
63 -Subject: Removes install_requires in order to avoid automatic package
64 -
65 ----
66 - setup.py | 8 ++++----
67 - 1 file changed, 4 insertions(+), 4 deletions(-)
68 -
69 -diff --git a/setup.py b/setup.py
70 -index 1ee6dcf..dd90af5 100644
71 ---- a/setup.py
72 -+++ b/setup.py
73 -@@ -277,10 +277,10 @@ if has_setuptools:
74 - install_requires = ['pyreadline%s'],
75 - """ % (pyreadline_version)
76 - # verrrry unlikely that this is still relevant
77 -- elif hex(sys.hexversion) < '0x20500f0':
78 -- setup_code += """
79 -- install_requires = ['ctypes%s'],
80 --""" % (ctypes_version)
81 -+# elif hex(sys.hexversion) < '0x20500f0':
82 -+# setup_code += """
83 -+# install_requires = ['ctypes%s'],
84 -+#""" % (ctypes_version)
85 -
86 - # add the scripts, and close 'setup' call
87 - #setup_code += """