dev-vcs/git-delete-merged-branches - 7.6.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-vcs/git-delete-merged-branches-7.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/git-delete-merged-branches-7.6.0

Or alternatively:

emerge --autounmask-write -a =dev-vcs/git-delete-merged-branches-7.6.0

Package Information

Description:
Command-line tool to delete merged Git branches
Homepage:
https://github.com/hartwork/git-delete-merged-branches
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
7.6.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

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
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-vcs/git-delete-merged-branches | euse -E <flag> -p dev-vcs/git-delete-merged-branches | euse -D <flag> -p dev-vcs/git-delete-merged-branches

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/colorama-0.4.3[]
	>=dev-python/prompt-toolkit-3.0.18[]

	test? ( dev-python/parameterized[] )

RDEPEND

	>=dev-python/colorama-0.4.3[]
	>=dev-python/prompt-toolkit-3.0.18[]

	full-name-executable? ( !dev-vcs/git-extras )
	dev-vcs/git