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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86F07158087 for ; Sat, 29 Jan 2022 22:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D192BC022; Sat, 29 Jan 2022 22:09:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A16D02BC022 for ; Sat, 29 Jan 2022 22:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA6EC343377 for ; Sat, 29 Jan 2022 22:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E412F2B8 for ; Sat, 29 Jan 2022 22:09:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1643494120.27d6fe7bb12d90548326131794500e1ac00b7166.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild X-VCS-Directories: dev-python/ipaddr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27d6fe7bb12d90548326131794500e1ac00b7166 X-VCS-Branch: master Date: Sat, 29 Jan 2022 22:09:13 +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: 91885c55-36bc-4b6c-88fb-77f39253f031 X-Archives-Hash: 552e2ef09cfebaf14e760ecf4a7b0efb commit: 27d6fe7bb12d90548326131794500e1ac00b7166 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 29 22:08:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 29 22:08:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d6fe7b dev-python/ipaddr: Run 2to3 via Python Closes: https://bugs.gentoo.org/832343 Signed-off-by: Michał Górny gentoo.org> dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild b/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild index cf3c4704e910..d3ee873cc8c5 100644 --- a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild +++ b/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild @@ -16,8 +16,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -src_configure() { - 2to3 -n -w --no-diffs *.py || die +python_configure_all() { + "${EPYTHON}" -m lib2to3 -n -w --no-diffs *.py || die } python_test() {