diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 08:04:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 09:11:26 +0200 |
commit | bcc8b19075503632e11d46c8780aa5c132a91b46 (patch) | |
tree | da069c324949a54d4944060bf9860540a0a1c2a4 /dev-python | |
parent | dev-python/bitarray: Remove old (diff) | |
download | gentoo-bcc8b19075503632e11d46c8780aa5c132a91b46.tar.gz gentoo-bcc8b19075503632e11d46c8780aa5c132a91b46.tar.bz2 gentoo-bcc8b19075503632e11d46c8780aa5c132a91b46.zip |
dev-python/cx_Freeze: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cx_Freeze/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.5.3.ebuild | 26 | ||||
-rw-r--r-- | dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index de67cbecd27c..ece5807e2b88 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1,2 +1 @@ -DIST cx_Freeze-6.5.3.tar.gz 112334 BLAKE2B 77558e35ca13bc598a810ea70acfe59901c036daf37b2f9582c4f2761680d54d5be559e9abbf16bd995d7f4a4e7bd5d8793e0b53c24111767d54a69c633c9b46 SHA512 37ba5c920306ff62a21ab46c1b9fd6b1780864095d00223776c308fa28e60a5473c74e7da4e7478725de14b7f5628d8d8445f42c0671bc502e5e2d8ecb5ffae5 DIST cx_Freeze-6.6.tar.gz 120239 BLAKE2B f4ba5de3f4233ee5417d1e1dfb8ad23180d59bf7b2b2da4918c390d69e6f73cb814a1063951b2564bd4f8eabe8aff5faf9f731fe500bf90b4a5ef8cd081632a4 SHA512 24305f19c10d13ea58d995d80dc43c884898ae1e29a470d2885b6d7448806103bc7771874cc6dd064114c6e5e59f351dfec71c37ef3dddc0a136bb5a166cdb3a diff --git a/dev-python/cx_Freeze/cx_Freeze-6.5.3.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.5.3.ebuild deleted file mode 100644 index e862f45307ed..000000000000 --- a/dev-python/cx_Freeze/cx_Freeze-6.5.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) -inherit distutils-r1 - -DESCRIPTION="Create standalone executables from Python scripts" -HOMEPAGE="https://cx-freeze.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/importlib_metadata[${PYTHON_USEDEP}]" - -PATCHES=( - # bug #491602 - "${FILESDIR}/${PN}-6.5.3-buildsystem.patch" -) - -# bug #765385 -RESTRICT="test" diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch deleted file mode 100644 index c280767a442d..000000000000 --- a/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py 2021-01-25 13:34:17.219027624 +0300 -+++ b/setup.py 2021-01-25 13:34:26.107026971 +0300 -@@ -67,8 +67,6 @@ - if "--with-lto" in get_config_var("CONFIG_ARGS"): - extra_args.append("-flto") - extra_args.append("-Wl,-export_dynamic") -- else: -- extra_args.append("-s") - self.compiler.link_executable( - objects, - fullname, |