version bump app-admin/pass-git-helper-4.1.0

This commit is contained in:
Micha Glave
2026-02-16 15:07:15 +01:00
parent a1f6c2ab3b
commit c0655ace4c
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 2018-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1 bash-completion-r1
DESCRIPTION="A pass extension for managing git credentials."
HOMEPAGE="https://github.com/languitar/pass-git-helper"
GITHUB_USER="languitar"
GITHUB_TAG="${PV}"
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${GITHUB_TAG}.tar.gz -> ${GITHUB_USER}-${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="${PYTHON_DEPS}
>=app-admin/pass-1.7
>=dev-vcs/git-2.13
dev-python/pyxdg
"
BDEPEND="${RDEPEN}"