File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
DIST passpy-1.0.2.tar.gz 28935 BLAKE2B d92b32f35612b620826679f19aac51198dda59db7e453a96bc95d5160b0757c8cdab24fce3ec741d170f4cb353cce3c4a0c440cb3abe6a2ef1c03b8079a33a32 SHA512 edc9619b6badc339388492c70cb816e5d75166262bb517767a25f026582393d9481d0448170ba6bff93e8bf99d9f5f7bbd901270093ef4737862501e38fcde88
2
- EBUILD passpy-1.0.2.ebuild 655 BLAKE2B 107eae94bef34b40d2e93c99916f6b820bad4a18fae2c64133110eb50a98781df22bac3b2fa6461bbab2d1d89e739a6fa66e551d8f0e0b5b8dd53190608f1886 SHA512 5ef0aa2c6c976e9908a3f413762a0459ef60243f252fdd3e93c09527fe1c386a837655625d1fa17d80bda4e869c1cd350d9d330c2213a88dcf5614a095562437
2
+ EBUILD passpy-1.0.2-r1 .ebuild 603 BLAKE2B b42c4b390f99776a7fe53e92d6674f0d1b6b20834a88255f1d80ced47cf4bd61af36fd6732cba394e5967801fd0717796c257eb348978d51144f2b16759ddf6f SHA512 15c38580ec5036bdd8b1c04fd36994d098980dbebc4101c6a9e34ef777dd77ee910526cfedbf2ccc3b8d3bd65020f7f8497aa42af9a027c661084b8a5ebf2058
3
3
MISC metadata.xml 256 BLAKE2B dc6a6ad9ea8e162b0901197c1bc9e2b3a34448cdfe335f316b732a2275e475ceefc33c0732d5c7beab4fe0e6fc14ef7df9b603f97ab7d5d077c5a6d157cf49ae SHA512 9d346686ecbad66bfc5b93479c3ddfa6b05ef0483805b5ea7492042247f5ac8b906fa4e58b586c06cf01cff289a5e893b65e68df28d9e8e455de2849da408ca4
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2023 Gentoo Authors
1
+ # Copyright 1999-2024 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=8
5
5
6
- PYTHON_COMPAT=( python3_{9..12 } )
6
+ PYTHON_COMPAT=( python3_{10..13 } )
7
7
DISTUTILS_USE_PEP517=poetry
8
8
9
9
inherit distutils-r1 pypi
10
10
11
11
DESCRIPTION=" passpy -- ZX2C4's pass compatible library and cli"
12
- # SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
12
HOMEPAGE=" https://github.com/bfrascher/passpy"
14
13
15
14
LICENSE=" MIT"
@@ -18,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
18
17
19
18
RDEPEND="
20
19
dev-python/click
21
- dev-python/GitPython
20
+ dev-python/gitpython
22
21
dev-python/python-gnupg
23
22
dev-python/pyperclip
24
23
"
You can’t perform that action at this time.
0 commit comments