commit:     b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 00:55:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}]

Reply via email to