diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-28 20:26:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-28 20:26:16 +0100 |
commit | 85832fbcbf857617844a0efa46952d9d85c952fe (patch) | |
tree | af7e4eacf533f33f9427558929eb5c8ebb6fb419 /dev-python/cx_Freeze | |
parent | dev-python/arrow: Remove old (diff) | |
download | gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.tar.gz gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.tar.bz2 gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.zip |
dev-python/cx_Freeze: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r-- | dev-python/cx_Freeze/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch | 11 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index 39f3a7b87753..a9a144fd0aa2 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1,2 +1 @@ -DIST cx_Freeze-6.6.tar.gz 120239 BLAKE2B f4ba5de3f4233ee5417d1e1dfb8ad23180d59bf7b2b2da4918c390d69e6f73cb814a1063951b2564bd4f8eabe8aff5faf9f731fe500bf90b4a5ef8cd081632a4 SHA512 24305f19c10d13ea58d995d80dc43c884898ae1e29a470d2885b6d7448806103bc7771874cc6dd064114c6e5e59f351dfec71c37ef3dddc0a136bb5a166cdb3a DIST cx_Freeze-6.8.2.gh.tar.gz 1271879 BLAKE2B 5c0feb7fdb51edd9e1c3a508d3d2401d1930986ee8caf957ad84a853baed56b0a6d9bd09628331adac67b4b8c79059c5a6669f8a52f22596cd1d42c87ae8d7f4 SHA512 7c7de3290597ab986326ee67b9cb8fc3dd554cef2940e3df11df5be23a6a5b4eebb33784149aff59ebec97663c8a2e70b0811cb7c244cabe43659c59882ecd40 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild deleted file mode 100644 index 31d8f78ef905..000000000000 --- a/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild +++ /dev/null @@ -1,30 +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}] - dev-util/patchelf - virtual/libcrypt:= -" - -PATCHES=( - # bug #491602 - "${FILESDIR}/${PN}-6.6-buildsystem.patch" -) - -# bug #765385 -RESTRICT="test" diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch deleted file mode 100644 index 93c0ff052e6f..000000000000 --- a/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py 2021-04-15 11:18:45.040000000 +0300 -+++ b/setup.py 2021-04-15 11:18:59.880000000 +0300 -@@ -87,8 +87,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") - extra_args.append("-Wl,-rpath,$ORIGIN/lib") - extra_args.append("-Wl,-rpath,$ORIGIN/../lib") - self.compiler.link_executable( |