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 084DC139695 for ; Tue, 1 Aug 2017 12:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02243E0CAE; Tue, 1 Aug 2017 12:18:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BEC1DE0CAE for ; Tue, 1 Aug 2017 12:18:29 +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 6E4E9341937 for ; Tue, 1 Aug 2017 12:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E821B755F for ; Tue, 1 Aug 2017 12:18:26 +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: <1501589901.b3fa8ba7904d21fcb9e4ad2e938ad4bda3d9c756.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-5.0.2.ebuild dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch X-VCS-Directories: dev-python/cx_Freeze/files/ dev-python/cx_Freeze/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: b3fa8ba7904d21fcb9e4ad2e938ad4bda3d9c756 X-VCS-Branch: master Date: Tue, 1 Aug 2017 12:18:26 +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-Archives-Salt: e0f8a8fd-f82c-4d99-adb2-710263eceadd X-Archives-Hash: a9d87d58210506b5987a331238373702 commit: b3fa8ba7904d21fcb9e4ad2e938ad4bda3d9c756 Author: Sergey Popov gentoo org> AuthorDate: Tue Aug 1 12:17:44 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Tue Aug 1 12:18:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fa8ba7 dev-python/cx_Freeze: version bump Now it works with Python 3.6 Reported-by: Pacho Ramos gentoo.org> Gentoo-Bug: 620094 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/cx_Freeze/Manifest | 1 + dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild | 20 ++++++++++++++++++++ .../files/cx_Freeze-5.0.2-buildsystem.patch | 16 ++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index 4dddee303f2..38b3a9a6e33 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1 +1,2 @@ DIST cx_Freeze-4.3.4.tar.gz 60172 SHA256 40c7bbfa107e139d105fdf79d1a7540dbb9f84aaf0fecdd03420bf37f0031be2 SHA512 b523322c8199757245f3af2d9e3d68397708cfc8f318761f1eec6e011bd07ec12d3b748a60d33f43f0849f68ec064a729fb3250747216b90b8dd700d0a83699f WHIRLPOOL 829c5c017bdb0b07bbe3e941426d01e798db173fd68ce9b3ad2b96b610bb07262e71fb378fce83857233fd319fa1eb7fdb44477a354b39aa0a9bd1085897ba9c +DIST cx_Freeze-5.0.2.tar.gz 60104 SHA256 253466f0acde1661d67aead4fe2493ffd496e0b17b63baf95e06d0f28b4c7d7d SHA512 eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 WHIRLPOOL a8a23574667852cadf0a19814677924c9191da4850a04395e585ab8ea648c09ee095b865d9fd7168c832b21fe28e2d14da59d204b277bc107955cc97514e87bd diff --git a/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild b/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild new file mode 100644 index 00000000000..7e0398b6453 --- /dev/null +++ b/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Create standalone executables from Python scripts" +HOMEPAGE="http://cx-freeze.sourceforge.net" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + "${FILESDIR}/${P}-buildsystem.patch" # bug #491602 +) +# test folder missing half the source content. diff --git a/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch new file mode 100644 index 00000000000..6289bb2df2c --- /dev/null +++ b/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch @@ -0,0 +1,16 @@ +From: Julian Ospald +Date: Tue Nov 19 11:20:21 UTC 2013 + +Respect LDFLAGS, remove stripping. +Fixes Gentoo bug #491602 + +--- a/setup.py ++++ b/setup.py +@@ -95,7 +95,6 @@ + extraArgs.extend(vars["BASEMODLIBS"].split()) + if vars["LOCALMODLIBS"]: + extraArgs.extend(vars["LOCALMODLIBS"].split()) +- extraArgs.append("-s") + self.compiler.link_executable(objects, fullName, + libraries = libraries, + library_dirs = libraryDirs,