public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/
Date: Sun, 27 Nov 2022 00:45:01 +0000 (UTC)	[thread overview]
Message-ID: <1669509407.bc181a415bcac400d0e78d55e2f338c002c4d9df.sping@gentoo> (raw)

commit:     bc181a415bcac400d0e78d55e2f338c002c4d9df
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 00:24:58 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 00:36:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc181a41

dev-vcs/git-delete-merged-branches: DistutilsNonPEP517Build + MissingRemoteId

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .../git-delete-merged-branches-7.2.1-r1.ebuild     | 42 ++++++++++++++++++++++
 dev-vcs/git-delete-merged-branches/metadata.xml    |  4 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.1-r1.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.1-r1.ebuild
new file mode 100644
index 000000000000..4c3741ca6cb1
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line tool to delete merged Git branches"
+HOMEPAGE="https://github.com/hartwork/git-delete-merged-branches"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="full-name-executable test"
+
+COMMON_DEPEND="
+	>=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
+	>=dev-python/prompt_toolkit-3.0.18[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+	test? ( dev-python/parameterized[${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+	full-name-executable? ( !dev-vcs/git-extras )
+	dev-vcs/git
+"
+
+RESTRICT="!test? ( test )"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+
+	if ! use full-name-executable; then
+	    rm "${D}"/usr/bin/git-delete-merged-branches || die
+	fi
+}

diff --git a/dev-vcs/git-delete-merged-branches/metadata.xml b/dev-vcs/git-delete-merged-branches/metadata.xml
index 6a9e92db49c6..9a4b39447300 100644
--- a/dev-vcs/git-delete-merged-branches/metadata.xml
+++ b/dev-vcs/git-delete-merged-branches/metadata.xml
@@ -8,4 +8,8 @@
 	<use>
 		<flag name="full-name-executable">Install executable /usr/bin/git-delete-merged-branches that is in conflict with <pkg>dev-vcs/git-extras</pkg></flag>
 	</use>
+	<upstream>
+		<remote-id type="github">hartwork/git-delete-merged-branches</remote-id>
+		<remote-id type="pypi">git-delete-merged-branches</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2022-11-27  0:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27  0:45 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 20:49 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/ Sam James
2024-05-22 17:16 Sebastian Pipping
2023-11-07  0:07 Sebastian Pipping
2023-09-24 15:58 Arthur Zamarin
2023-05-20  7:33 Michał Górny
2022-12-23 20:53 Sebastian Pipping
2022-12-13 20:31 Sebastian Pipping
2022-11-27 17:59 Sebastian Pipping
2022-11-26 14:21 Sebastian Pipping
2022-09-03 13:56 Sebastian Pipping

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=1669509407.bc181a415bcac400d0e78d55e2f338c002c4d9df.sping@gentoo \
    --to=sping@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