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 937AF15800A for ; Fri, 14 Jul 2023 07:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D191DE07F6; Fri, 14 Jul 2023 07:01: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B049DE07F6 for ; Fri, 14 Jul 2023 07:01: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 978F8335C7D for ; Fri, 14 Jul 2023 07:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3734A6A for ; Fri, 14 Jul 2023 07:01: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: <1689318111.751e23f5d6e5dd60a0c91980ae73a6649838eb6b.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-68.0.0-r1.ebuild dev-python/setuptools/setuptools-68.0.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 751e23f5d6e5dd60a0c91980ae73a6649838eb6b X-VCS-Branch: master Date: Fri, 14 Jul 2023 07:01: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: 2b326ef2-f8f8-4030-974f-691506ba49c2 X-Archives-Hash: 8a6f1983cb7e5097a3582b6280f7ffeb commit: 751e23f5d6e5dd60a0c91980ae73a6649838eb6b Author: Michał Górny gentoo org> AuthorDate: Fri Jul 14 07:00:55 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 14 07:01:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751e23f5 dev-python/setuptools: Move dev-python/wheel to RDEPEND dev-python/wheel is needed for setuptools to be able to construct wheels. While this isn't a critical feature, it is useful for all practical purposes and having to add the build-time dependency everywhere is cumbersome. This is especially a problem for the few packages that use a custom wrapper over setuptools, and therefore can't use the eclass logic for that. Signed-off-by: Michał Górny gentoo.org> .../{setuptools-68.0.0.ebuild => setuptools-68.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-68.0.0.ebuild b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild similarity index 100% rename from dev-python/setuptools/setuptools-68.0.0.ebuild rename to dev-python/setuptools/setuptools-68.0.0-r1.ebuild index 0fcc9137f3e6..724f3f3a9115 100644 --- a/dev-python/setuptools/setuptools-68.0.0.ebuild +++ b/dev-python/setuptools/setuptools-68.0.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}]