app-admin/pass-git-helper - 4.3.0 (fem-overlay)

Search

Install

Install this version:

emerge -a =app-admin/pass-git-helper-4.3.0

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

autounmask =app-admin/pass-git-helper-4.3.0

Or alternatively:

emerge --autounmask-write -a =app-admin/pass-git-helper-4.3.0

Package Information

Description:
Git credential helper for the password manager pass
Homepage:
https://github.com/languitar/pass-git-helper
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
4.3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-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

DESCRIPTION="Git credential helper for the password manager pass"
HOMEPAGE="https://github.com/languitar/pass-git-helper"
SRC_URI="https://github.com/languitar/pass-git-helper/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/pyxdg[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		${RDEPEND}
		dev-python/pytest-mock[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

PATCHES=(
	"${FILESDIR}/${PN}-1.2.0-disable-coverage.patch"
)

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pyxdg[]

BDEPEND

	test? (
		
	dev-python/pyxdg[]

		dev-python/pytest-mock[]
	)

Manifest for 4.3.0

Type File Size Source URLs
DIST pass-git-helper-4.3.0.gh.tar.gz 117765 bytes https://github.com/languitar/pass-git-helper/archive/v4.3.0.tar.gz