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 20B3C1382C5 for ; Mon, 14 Dec 2020 02:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3839EE0951; Mon, 14 Dec 2020 02:49:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17E85E0952 for ; Mon, 14 Dec 2020 02:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5645341194 for ; Mon, 14 Dec 2020 02:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F75C5A for ; Mon, 14 Dec 2020 02:49:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607913845.88d9f0a51bf1a59298c41d988f0dee4cd7702ff5.sam@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.4.2.ebuild dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch X-VCS-Directories: dev-python/cx_Freeze/ dev-python/cx_Freeze/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88d9f0a51bf1a59298c41d988f0dee4cd7702ff5 X-VCS-Branch: master Date: Mon, 14 Dec 2020 02:49:10 +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: d31d3ac2-d97a-4aa7-afba-af38417345fd X-Archives-Hash: 5a6b3369fecd8c5074776e409a635360 commit: 88d9f0a51bf1a59298c41d988f0dee4cd7702ff5 Author: Sam James gentoo org> AuthorDate: Mon Dec 14 02:43:57 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 14 02:44:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d9f0a5 dev-python/cx_Freeze: bump to 6.4.2 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/cx_Freeze/Manifest | 1 + dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild | 23 ++++++++++++++++++++++ .../files/cx_Freeze-6.4.2-buildsystem.patch | 13 ++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index 610d52b41b1..62b3839afdf 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1 +1,2 @@ DIST cx_Freeze-6.1.tar.gz 92474 BLAKE2B 5341b30b202ab96c34c82e5b12dc6a99ebaf429b6a4b6356a55c5d4fefae7504fd017cb5d29cd1601a6affca0e8e8aa1e01ececbf57011f9235b4c516b21a772 SHA512 029753e8b9eafdad383254af0f7296052c124b662473f4453b6bda0ea500430642d93941a59c23df1d0bbbee462f7d61390b5f66c946372c96bf41ea6ffbc685 +DIST cx_Freeze-6.4.2.tar.gz 108571 BLAKE2B 742d2491154706f51ebb3e072428afac1ce5c647f2b8cb6325ea166bbedc1852503ad40e56a532345f1e2a045532620cdad24622e19ecb12d9577cf57abd291d SHA512 4c9a92b6f8dc458f82abb144171b18db1349e75b237f707ca37b7b68527508e8fb3adcf5d7b142922709727501fdc46f16a01619b29e98a6af1a0c09f9306b82 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild new file mode 100644 index 00000000000..7e7edc84bed --- /dev/null +++ b/dev-python/cx_Freeze/cx_Freeze-6.4.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +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" + +PATCHES=( + # bug #491602 + "${FILESDIR}/${PN}-6.4.2-buildsystem.patch" +) + +# Test folder is missing needed content diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch new file mode 100644 index 00000000000..5d23a8ded94 --- /dev/null +++ b/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index fd24ec9..068119f 100755 +--- a/setup.py ++++ b/setup.py +@@ -68,8 +68,6 @@ class build_ext(distutils.command.build_ext.build_ext): + # PY_LDFLAGS_NODIST = "-flto -Wl,-export_dynamic -g" + if get_config_var("PY_LDFLAGS_NODIST"): + extraArgs.extend(get_config_var("PY_LDFLAGS_NODIST").split()) +- else: +- extraArgs.append("-s") + self.compiler.link_executable( + objects, + fullName,