File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- DIST tqdm-4.64.0 .tar.gz 169499 BLAKE2B a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596 SHA512 84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17
2
- EBUILD tqdm-4.64.0 .ebuild 915 BLAKE2B b4d54b59850dc39cf3a8cde9047e71d523c0f03c2fafd7c34bce14b371cd038b6f70680773841cb364ea74ec3de840cc8597b4b64437797bfb212dcc458b5944 SHA512 0bc8f6d84ab50d57db09a5c0ff31ae83ecaaeb2a42f3b28e67e8ebf906b9ee674985fefe2b7e60d5ef5fe7ebe1fcd8961c16b235c83e72647119ed10f087f46e
1
+ DIST tqdm-4.66.1 .tar.gz 169147 BLAKE2B 4b274badaa13feb55ff079e143ec5a539a2ad1e1ed60fb319b8f955cfb5baa26676773c0d4fee95c6ad0f068434eadd80bee97559d0c0fdc8c74ea890781f589 SHA512 989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e
2
+ EBUILD tqdm-4.66.1 .ebuild 1001 BLAKE2B 733e92b55eab154db5570f6faa294a8e3c1f457ea5fefe2cc1c696f50cfbeebbe9f89c1bde6ee75078f37c07f4ed8638b42309c7edea93d73081a1733b5238c2 SHA512 0730bb760aa2df3449d9c2f62ed913748e2abecca0e9b199499550d232e627c8cc50e93f3eef3fe502a5c89382790a9db8a57eb6f70d26383faef84b98491fe8
3
3
MISC metadata.xml 504 BLAKE2B 1850923c89b64586b6a0108994f65b2e78e98fdb803fd5fd819511744bc3149ba1e6c870fcd44185e8ca0c7da158ca5c3e56b9638c09c7e77e0904041182c3ee SHA512 f285c5d962f30558c131092a2cfe2b64bab35584920dffb5ac5f99ebc917e6ff60fa388910306e9125e4ccb7e9dd3f295f09b875b7642e0e29e1b18467a13625
Original file line number Diff line number Diff line change 4
4
EAPI=8
5
5
6
6
DISTUTILS_USE_PEP517=setuptools
7
- PYTHON_COMPAT=( python3_{10..12} )
7
+ PYTHON_COMPAT=( pypy3 python3_{10..12} )
8
8
9
9
inherit bash-completion-r1 distutils-r1 pypi
10
10
11
11
DESCRIPTION=" Add a progress meter to your loops in a second"
12
- HOMEPAGE=" https://github.com/tqdm/tqdm/ https://pypi.org/project/tqdm/"
12
+ HOMEPAGE="
13
+ https://github.com/tqdm/tqdm/
14
+ https://pypi.org/project/tqdm/
15
+ "
13
16
14
17
LICENSE=" MIT"
15
18
SLOT=" 0"
16
- KEYWORDS=" amd64 arm arm64 x86"
19
+ KEYWORDS=" ~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos "
17
20
IUSE=" examples"
18
21
19
22
BDEPEND="
@@ -36,7 +39,7 @@ python_install_all() {
36
39
newbashcomp tqdm/completion.sh tqdm
37
40
if use examples; then
38
41
dodoc -r examples
39
- docompress -x " /usr/share/doc/${PF} /examples"
42
+ docompress -x /usr/share/doc/${PF} /examples
40
43
fi
41
44
distutils-r1_python_install_all
42
45
}
You can’t perform that action at this time.
0 commit comments