Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/files/, dev-python/cx_Freeze/
Date: Sun, 28 Nov 2021 19:27:28
Message-Id: 1638127576.85832fbcbf857617844a0efa46952d9d85c952fe.mgorny@gentoo
1 commit: 85832fbcbf857617844a0efa46952d9d85c952fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 19:26:16 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 19:26:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85832fbc
7
8 dev-python/cx_Freeze: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cx_Freeze/Manifest | 1 -
13 dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild | 30 ----------------------
14 .../files/cx_Freeze-6.6-buildsystem.patch | 11 --------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest
18 index 39f3a7b87753..a9a144fd0aa2 100644
19 --- a/dev-python/cx_Freeze/Manifest
20 +++ b/dev-python/cx_Freeze/Manifest
21 @@ -1,2 +1 @@
22 -DIST cx_Freeze-6.6.tar.gz 120239 BLAKE2B f4ba5de3f4233ee5417d1e1dfb8ad23180d59bf7b2b2da4918c390d69e6f73cb814a1063951b2564bd4f8eabe8aff5faf9f731fe500bf90b4a5ef8cd081632a4 SHA512 24305f19c10d13ea58d995d80dc43c884898ae1e29a470d2885b6d7448806103bc7771874cc6dd064114c6e5e59f351dfec71c37ef3dddc0a136bb5a166cdb3a
23 DIST cx_Freeze-6.8.2.gh.tar.gz 1271879 BLAKE2B 5c0feb7fdb51edd9e1c3a508d3d2401d1930986ee8caf957ad84a853baed56b0a6d9bd09628331adac67b4b8c79059c5a6669f8a52f22596cd1d42c87ae8d7f4 SHA512 7c7de3290597ab986326ee67b9cb8fc3dd554cef2940e3df11df5be23a6a5b4eebb33784149aff59ebec97663c8a2e70b0811cb7c244cabe43659c59882ecd40
24
25 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild
26 deleted file mode 100644
27 index 31d8f78ef905..000000000000
28 --- a/dev-python/cx_Freeze/cx_Freeze-6.6-r1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -PYTHON_COMPAT=( python{3_7,3_8,3_9} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Create standalone executables from Python scripts"
41 -HOMEPAGE="https://cx-freeze.readthedocs.io/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="PYTHON"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -RDEPEND="
49 - dev-python/importlib_metadata[${PYTHON_USEDEP}]
50 - dev-util/patchelf
51 - virtual/libcrypt:=
52 -"
53 -
54 -PATCHES=(
55 - # bug #491602
56 - "${FILESDIR}/${PN}-6.6-buildsystem.patch"
57 -)
58 -
59 -# bug #765385
60 -RESTRICT="test"
61
62 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
63 deleted file mode 100644
64 index 93c0ff052e6f..000000000000
65 --- a/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch
66 +++ /dev/null
67 @@ -1,11 +0,0 @@
68 ---- a/setup.py 2021-04-15 11:18:45.040000000 +0300
69 -+++ b/setup.py 2021-04-15 11:18:59.880000000 +0300
70 -@@ -87,8 +87,6 @@
71 - if "--with-lto" in get_config_var("CONFIG_ARGS"):
72 - extra_args.append("-flto")
73 - extra_args.append("-Wl,-export_dynamic")
74 -- else:
75 -- extra_args.append("-s")
76 - extra_args.append("-Wl,-rpath,$ORIGIN/lib")
77 - extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
78 - self.compiler.link_executable(