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 5B0FC15800F for ; Fri, 10 Feb 2023 06:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 220B5E0831; Fri, 10 Feb 2023 06:52:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0AC26E0831 for ; Fri, 10 Feb 2023 06:52:13 +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 4B57B340D01 for ; Fri, 10 Feb 2023 06:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 193A08A8 for ; Fri, 10 Feb 2023 06:52:10 +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: <1676011909.b1ec7f57e54bad19fce1842681d72ca06f7948bc.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-67.2.0-r1.ebuild dev-python/setuptools/setuptools-67.2.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b1ec7f57e54bad19fce1842681d72ca06f7948bc X-VCS-Branch: master Date: Fri, 10 Feb 2023 06:52: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: 1adf9f3f-b9db-41c0-99a6-33b045836e2f X-Archives-Hash: 042fc9dd7bb4d37163c2eafa639b20dd commit: b1ec7f57e54bad19fce1842681d72ca06f7948bc Author: Michał Górny gentoo org> AuthorDate: Fri Feb 10 05:56:28 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 10 06:51:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ec7f57 dev-python/setuptools: Relax dev-python/packaging dep Portage seems to have trouble with ordering the combined setuptools and packaging upgrade, and setuptools seems to work just fine (modulo a few tests relying on new packaging behavior) with the old version, so permit upgrading setuptools first. Signed-off-by: Michał Górny gentoo.org> .../{setuptools-67.2.0.ebuild => setuptools-67.2.0-r1.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-67.2.0.ebuild b/dev-python/setuptools/setuptools-67.2.0-r1.ebuild similarity index 93% rename from dev-python/setuptools/setuptools-67.2.0.ebuild rename to dev-python/setuptools/setuptools-67.2.0-r1.ebuild index b6d46c764db4..f46eb55ab7f3 100644 --- a/dev-python/setuptools/setuptools-67.2.0.ebuild +++ b/dev-python/setuptools/setuptools-67.2.0-r1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}] >=dev-python/nspektr-0.3.0[${PYTHON_USEDEP}] >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}] - >=dev-python/packaging-23[${PYTHON_USEDEP}] + >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}] >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}] >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' @@ -117,5 +117,12 @@ python_test() { setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts ) + if has_version "