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: Sat, 12 Oct 2024 22:06:14 +0000 (UTC)	[thread overview]
Message-ID: <1728770727.da3a0d51d2cfcda6c674c2d4072f04235e359ab1.sping@gentoo> (raw)

commit:     da3a0d51d2cfcda6c674c2d4072f04235e359ab1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:26:01 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 22:05:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3a0d51

dev-vcs/git-delete-merged-branches: Support Python 3.13

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

 .../git-delete-merged-branches-7.4.1-r1.ebuild     | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1-r1.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1-r1.ebuild
new file mode 100644
index 000000000000..33ddb9d11f84
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Command-line tool to delete merged Git branches"
+HOMEPAGE="https://github.com/hartwork/git-delete-merged-branches"
+
+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
+	    rm "${D}"/usr/share/man/man1/git-delete-merged-branches.1* || die
+	fi
+}


             reply	other threads:[~2024-10-12 22:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-12 22:06 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07 23:55 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/ Sebastian Pipping
2025-01-12  0:48 Sam James
2024-12-22 17:21 Sebastian Pipping
2024-10-12 22:22 Sebastian Pipping
2024-10-12 22:20 Sam James
2024-05-28 20:49 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-27  0:45 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=1728770727.da3a0d51d2cfcda6c674c2d4072f04235e359ab1.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