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 2183C15801B for ; Sat, 15 Jul 2023 15:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65994E089B; Sat, 15 Jul 2023 15:55:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4ABC5E089B for ; Sat, 15 Jul 2023 15:55:57 +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 35FAE335D9A for ; Sat, 15 Jul 2023 15:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C390BACC for ; Sat, 15 Jul 2023 15:55:54 +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: <1689436551.fcf7ee77a8ade983cd9a55a578ce946da714d0e1.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.8.0-r1.ebuild dev-python/setuptools/setuptools-67.8.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fcf7ee77a8ade983cd9a55a578ce946da714d0e1 X-VCS-Branch: master Date: Sat, 15 Jul 2023 15:55:54 +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: 4f91aa9d-e0c2-4811-9488-aad37ea671c3 X-Archives-Hash: 14a8a524fcdfb1e36cfb824af5a3b531 commit: fcf7ee77a8ade983cd9a55a578ce946da714d0e1 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 15 15:55:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 15 15:55:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf7ee77 dev-python/setuptools: Move wheel to RDEP in 67.8.0 too Signed-off-by: Michał Górny gentoo.org> .../{setuptools-67.8.0.ebuild => setuptools-67.8.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-67.8.0.ebuild b/dev-python/setuptools/setuptools-67.8.0-r1.ebuild similarity index 99% rename from dev-python/setuptools/setuptools-67.8.0.ebuild rename to dev-python/setuptools/setuptools-67.8.0-r1.ebuild index 033fc9581e34..ab9edfcc5a93 100644 --- a/dev-python/setuptools/setuptools-67.8.0.ebuild +++ b/dev-python/setuptools/setuptools-67.8.0-r1.ebuild @@ -33,13 +33,13 @@ RDEPEND=" >=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}] + >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/importlib-metadata-4.11.1[${PYTHON_USEDEP}] ' 3.9) " BDEPEND=" ${RDEPEND} - >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}] test? ( $(python_gen_cond_dep ' dev-python/build[${PYTHON_USEDEP}] @@ -56,7 +56,6 @@ BDEPEND=" dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-20[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] ' "${PYTHON_TESTED[@]}") ) "