public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/
Date: Tue, 30 Jan 2024 06:18:49 +0000 (UTC)	[thread overview]
Message-ID: <1706595397.39747e16c80f1248c84bdd3135080b72e771e190.sam@gentoo> (raw)

commit:     39747e16c80f1248c84bdd3135080b72e771e190
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 30 05:41:29 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 06:16:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39747e16

dev-vcs/git-filter-repo: add missing build dependency on setuptools-scm

It has always been needed, since the original institution of
distutils-r1 usage in commit 4757774468319fcc805c4d3b3b8ee5acaf03bcac.
However it is usually pulled in by setuptools via a PDEPEND due to an
unrelated buggy portage behavior that is going away.

Moving to SETUPTOOLS_SCM_PRETEND_VERSION caused pkgcheck to notice this
as PythonMissingSCMDependency and report a warning.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild | 3 +++
 dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
index bf12a2763a11..3fdec106e331 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
@@ -19,6 +19,9 @@ RDEPEND="
 	${PYTHON_DEPS}
 	>=dev-vcs/git-$(ver_cut 1-2)
 "
+BDEPEND+="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
 
 S="${S}/release"
 

diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
index 57e222c4e00d..4271e2406593 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
@@ -19,6 +19,9 @@ RDEPEND="
 	${PYTHON_DEPS}
 	>=dev-vcs/git-$(ver_cut 1-2)
 "
+BDEPEND+="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
 
 S="${S}/release"
 


             reply	other threads:[~2024-01-30  6:18 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30  6:18 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04  7:46 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/ Michał Górny
2024-08-20 22:25 Mike Pagano
2024-08-16 10:15 Mike Pagano
2024-08-16 10:14 Mike Pagano
2024-04-14 18:11 Michał Górny
2024-04-14 18:11 Michał Górny
2024-01-30 10:51 Sam James
2024-01-30  6:22 Sam James
2024-01-30  6:18 Sam James
2024-01-30  6:18 Sam James
2024-01-30  6:18 Sam James
2024-01-30  5:10 Sam James
2024-01-30  5:10 Sam James
2024-01-29  6:38 WANG Xuerui
2023-12-17 14:06 Mart Raudsepp
2023-01-10  4:44 Sam James
2023-01-10  4:44 Sam James
2022-12-30  1:09 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-11 12:24 Michał Górny
2021-11-16  7:49 Michał Górny
2021-10-29 12:19 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1706595397.39747e16c80f1248c84bdd3135080b72e771e190.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox