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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DE1D15800A for ; Fri, 1 Sep 2023 00:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92F52BC01B; Fri, 1 Sep 2023 00:56:24 +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 891242BC01B for ; Fri, 1 Sep 2023 00:56:24 +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 49147335D00 for ; Fri, 1 Sep 2023 00:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817F210F2 for ; Fri, 1 Sep 2023 00:56:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693529720.b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c.sam@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.1.2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c X-VCS-Branch: master Date: Fri, 1 Sep 2023 00:56:21 +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: f5fc856d-742c-4d6f-be1a-79ce2441538d X-Archives-Hash: 5ee7c402ee71279d1eb081b8b9642d9d commit: b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c Author: Sam James gentoo org> AuthorDate: Fri Sep 1 00:55:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 1 00:55:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e9f8fd dev-python/setuptools: restore comment + add bug ref for setuptools_scm PDEPEND See e96c1d113f47ac076ee71b951afebe3515850918. Eli noticed that the comment had got lost here & it wasn't particularly descriptive, so restore the comment and add a bug reference. Bug: https://bugs.gentoo.org/663324 Signed-off-by: Sam James gentoo.org> dev-python/setuptools/setuptools-68.0.0-r1.ebuild | 2 ++ dev-python/setuptools/setuptools-68.1.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-python/setuptools/setuptools-68.0.0-r1.ebuild b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild index 6490d47fbadd..3f796e7f5584 100644 --- a/dev-python/setuptools/setuptools-68.0.0-r1.ebuild +++ b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild @@ -56,6 +56,8 @@ BDEPEND=" ' "${PYTHON_TESTED[@]}") ) " +# setuptools-scm is here because installing plugins apparently breaks stuff at +# runtime, so let's pull it early. See bug #663324. PDEPEND=" >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] dev-python/setuptools-scm[${PYTHON_USEDEP}] diff --git a/dev-python/setuptools/setuptools-68.1.2.ebuild b/dev-python/setuptools/setuptools-68.1.2.ebuild index 472b35c2a51b..dff9ddb41cae 100644 --- a/dev-python/setuptools/setuptools-68.1.2.ebuild +++ b/dev-python/setuptools/setuptools-68.1.2.ebuild @@ -56,6 +56,8 @@ BDEPEND=" ' "${PYTHON_TESTED[@]}") ) " +# setuptools-scm is here because installing plugins apparently breaks stuff at +# runtime, so let's pull it early. See bug #663324. PDEPEND=" >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] dev-python/setuptools-scm[${PYTHON_USEDEP}]