summaryrefslogtreecommitdiff
path: root/dev-python/dill
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-python/dill
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-python/dill')
-rw-r--r--dev-python/dill/Manifest2
-rw-r--r--dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch29
-rw-r--r--dev-python/dill/files/dill-0.2.5-remove-install_requires.patch28
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/dill/Manifest b/dev-python/dill/Manifest
index 1595162cafc9..2822a4159bee 100644
--- a/dev-python/dill/Manifest
+++ b/dev-python/dill/Manifest
@@ -1,5 +1,3 @@
-AUX dill-0.2.5-avoid-installation-binaries.patch 784 BLAKE2B 74f3c8ac45a1ab97dbbcff9965c7acc0357bd8253cdaf317ccfe54294c35ef08cf328a3be0586b123365811b56546a2190eda4d76702efe7f8e5289333de093a SHA512 cb944c7e4699a99a5040140f2dd1cf6bbe3148b0fe098c536200cddd4ed835545c7e8328072a188fc9a5d70b9b4f5d3a138108f934734ee9c8021b3e95126cc4
-AUX dill-0.2.5-remove-install_requires.patch 906 BLAKE2B b8d38d701448930cf8596be8ccc3fd81f85e4f72dc2a6b64c3003ba3a21f86d41dd16ffda86c89e2e2f2714a96d6b92ebd19d05a40676e01efcf656fefcdae42 SHA512 f984248a8280a1cf97bca6a8ad90f8d648da106a74c67dfe29f62e5d8591d7cfcb608bf827729430f0463f6ad0846dba094a030b5c2c3e3f8f387f39803f737e
DIST dill-0.3.1.1.tar.gz 151986 BLAKE2B 71b364730805974117cb00965a2276aa240b6265f2a98ae8e70ca2f9d8bf7a4b801fac083f2395932fdc016de3f068fb46091f296910ce96725bc982e774a40a SHA512 e61610451972522316d7ed6bc8287e38521fcd2e6736b43200ae498f24596994caec92313be1da71cf1b536fbbe01505673fc8018bfcbaf7705147a294565ab9
EBUILD dill-0.3.1.1.ebuild 570 BLAKE2B 940939b066fb2fe3564284ef0c53f1706d129f634f438f6cfb2e45ad4908cdd89ccc026658f17481ca3a2b3578f934cf1f6aa508426dee89096dd216d37b281e SHA512 186dc5b569a0a82be47bbbaaeb06317693bdae4e41cde88e47ae7ea1ba83011c72eb7d2c713c45a7c1f012c5df2be6cb4f738a2cfdb3656a11c416b955f90f41
MISC metadata.xml 971 BLAKE2B b81903b1c1e32c039f956d6bbbbd8286edc4a80432ae473d6967c16b397aead0df3746d892ed29e94c55d2e555a14e81b068c1a95bef3e87c4248f8809e736d5 SHA512 6dbac6b4684df0f0ca183d998a8c8aaeaa5557d4f20652de04b263a9195b28e56adb7657ab12aebc63715efd2de242b55f3b17648a0337d689756fc4726e5094
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 += """