version bump app-admin/pass-git-helper-3.3.0
This commit is contained in:
parent
767a20a4a9
commit
b4584462cc
@ -1,2 +1 @@
|
|||||||
DIST languitar-pass-git-helper-1.3.0.tar.gz 118203 BLAKE2B 635a64cd4ec066074cfbe67f61811472b2315d01fd828a818e0887db3387060ba6cb437be71e2750a0eb402ea1852c47689b4037a3bc1048d571ff6a554d1f71 SHA512 e1cd779b1e145fd17b26d5022eeed533bc0c9e3e85aa4106634f5cd897b23f81b1e91da243df4a97b34733b3625da342e98c0cf70ef85365d7d3ee198617c6d7
|
DIST languitar-pass-git-helper-3.3.0.tar.gz 112528 BLAKE2B 7e2333497680b053db74e0be3d6849158737c6e1d889770aecb08ca1b2917cc051924bf9b9d08b064bb3a37f31d53373b8ce43bc093eb690c2486e55e1ca862a SHA512 80805da873fe7acf3e7e790f6dae2bce75d6455eed7767f636e30deea345a641dffd4c49c0c02c3b209ce35eecb7c4db9ec8d97eba0462abd6a0593ef10d53e4
|
||||||
DIST languitar-pass-git-helper-2.0.0.tar.gz 111047 BLAKE2B 7afc082dd663def8fb2e6fa334157c2a4dafd34a2742d3e9975382669478ded21db42dafcb8e9bd8041fb56dde594139321c555aa4a8296a63070f276d0daca8 SHA512 919ae048a34f50a374c39d8b00f04f0607fab604a5d66481f3d28c1246f0de6f4ca0fc9b2300547c3cb90b4e7a3084f680f4540869773dd2ebd0e4b1e93f95b0
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
# Copyright 2018-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_9 python3_10 python3_11)
|
|
||||||
|
|
||||||
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
|
|
||||||
"
|
|
||||||
|
|
||||||
BDEPEND="${RDEPEN}"
|
|
@ -1,9 +1,10 @@
|
|||||||
# Copyright 2018-2023 Gentoo Authors
|
# Copyright 2018-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{11..13} pypy3 )
|
||||||
|
|
||||||
inherit distutils-r1 bash-completion-r1
|
inherit distutils-r1 bash-completion-r1
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user