dev-python/tqdm: new package, add 4.66.2
Closes: #3356 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7270535cb5
commit
94c0ffbe28
@ -610,8 +610,8 @@ There are 1831 Ebuilds in total, 1820 of them have in total 1841 (42 different)
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1053|
|
||||
|Apache-2.0|402|
|
||||
|MIT|1054|
|
||||
|Apache-2.0|401|
|
||||
|GPL-3|107|
|
||||
|BSD|106|
|
||||
|LGPL-3|25|
|
||||
|
3
dev-python/tqdm/Manifest
Normal file
3
dev-python/tqdm/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST tqdm-4.66.2.tar.gz 169462 BLAKE2B 57a1e5895ed2e1f99246fd6bdfc08fb75a24451e358bbf38324cdcfe35559b6748dbe63dcdaf65024b12165daa404c98d5b6db81673e7d0f930142cab1b623d7 SHA512 49abd9006ca7c8672835b202e4e722602035a0e21723337b4227e114d6d50b678edb6c5f2b0cf4e6741eae5e86551ba59233f87989f6b69bb4d4414d5a3c80e5
|
||||
EBUILD tqdm-4.66.2.ebuild 917 BLAKE2B bedfde109ed7ae91ea0d98355bfff117ee3f2d87b7c5eb5180833801e9271acbf0a23d6a4a7532f60722ddf4657e701bd97a31b7240b781695b123b1c1a419f7 SHA512 e860a6674fa3089d77cff9a137adfcaccfbc625d4c4fdc32fab7d6728071bdb3a00c8caefe80604dda2edcb3637cebe7f55f08352ddcfb9b9e2e6ae959060aff
|
||||
MISC metadata.xml 495 BLAKE2B 07b216532e3afa1d87ca83743515ab80fcc516a63343beefe0cde5183c50a6bc1e9143eda7e3424994444a9d492036b1c42aad4a787a35c32a46b3086950356b SHA512 e80a8e0812f116f62d6d6231649804706da2026a0ecad0532a7f5c1253b7480480c4fdf0877b953fa13b0b59bd14707784cfdee6e050a1849a4952c683962678
|
16
dev-python/tqdm/metadata.xml
Normal file
16
dev-python/tqdm/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">tqdm</remote-id>
|
||||
<remote-id type="github">tqdm/tqdm</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>devs@tqdm.ml</email>
|
||||
<name>tqdm developers</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
45
dev-python/tqdm/tqdm-4.66.2.ebuild
Normal file
45
dev-python/tqdm/tqdm-4.66.2.ebuild
Normal file
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Add a progress meter to your loops in a second"
|
||||
HOMEPAGE="
|
||||
https://github.com/tqdm/tqdm/
|
||||
https://pypi.org/project/tqdm/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="examples"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_IGNORE=(
|
||||
# Skip unpredictable performance tests
|
||||
tests/tests_perf.py
|
||||
)
|
||||
|
||||
python_install_all() {
|
||||
doman tqdm/tqdm.1
|
||||
newbashcomp tqdm/completion.sh tqdm
|
||||
if use examples; then
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user