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 4299E158094 for ; Tue, 2 Aug 2022 13:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91CBE0E65; Tue, 2 Aug 2022 13:03:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3D17AE0E65 for ; Tue, 2 Aug 2022 13:03:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 619E3340F68 for ; Tue, 2 Aug 2022 13:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1274566 for ; Tue, 2 Aug 2022 13:02:59 +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: <1659445043.925aa4888c8edd9640532194877bee7d9e9be44c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-63.3.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 925aa4888c8edd9640532194877bee7d9e9be44c X-VCS-Branch: master Date: Tue, 2 Aug 2022 13:02:59 +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: 4ce4642f-94ee-4b03-b7b9-13fcffafbc97 X-Archives-Hash: c4af1e10ceae3868d9a1a374b78b49ee commit: 925aa4888c8edd9640532194877bee7d9e9be44c Author: Michał Górny gentoo org> AuthorDate: Tue Aug 2 12:55:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 2 12:57:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925aa488 dev-python/setuptools: Add a note about bumping ensurepip-wheels Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-63.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/setuptools/setuptools-63.3.0.ebuild b/dev-python/setuptools/setuptools-63.3.0.ebuild index 4133756fb9e7..e6015c0fc03f 100644 --- a/dev-python/setuptools/setuptools-63.3.0.ebuild +++ b/dev-python/setuptools/setuptools-63.3.0.ebuild @@ -4,6 +4,8 @@ # please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 +# please bump dev-python/ensurepip-wheels along with this package! + DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( python3_{8..11} pypy3 ) PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )