From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52BF31382C5 for ; Thu, 15 Apr 2021 09:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F04E084A; Thu, 15 Apr 2021 09:13:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9016EE084A for ; Thu, 15 Apr 2021 09:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F49D33BEF2 for ; Thu, 15 Apr 2021 09:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91404648 for ; Thu, 15 Apr 2021 09:13:25 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1618478002.5825a4c61fc12db62e869431ff41844a5760eaec.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/, dev-python/cx_Freeze/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cx_Freeze/Manifest dev-python/cx_Freeze/cx_Freeze-6.6.ebuild dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch X-VCS-Directories: dev-python/cx_Freeze/ dev-python/cx_Freeze/files/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 5825a4c61fc12db62e869431ff41844a5760eaec X-VCS-Branch: master Date: Thu, 15 Apr 2021 09:13:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab696d09-4645-4f54-b983-25a890ddf13e X-Archives-Hash: d83581fa7dfc8ab2a98a11e82f40d8bb commit: 5825a4c61fc12db62e869431ff41844a5760eaec Author: Sergey Popov gentoo org> AuthorDate: Thu Apr 15 09:11:59 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Apr 15 09:13:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5825a4c6 dev-python/cx_Freeze: version bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergey Popov gentoo.org> dev-python/cx_Freeze/Manifest | 1 + dev-python/cx_Freeze/cx_Freeze-6.6.ebuild | 29 ++++++++++++++++++++++ .../files/cx_Freeze-6.6-buildsystem.patch | 11 ++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index 26e494bb1c3..de67cbecd27 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1 +1,2 @@ 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.6.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild new file mode 100644 index 00000000000..15f968f597c --- /dev/null +++ b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild @@ -0,0 +1,29 @@ +# 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 +" + +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 new file mode 100644 index 00000000000..93c0ff052e6 --- /dev/null +++ b/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch @@ -0,0 +1,11 @@ +--- 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(