From ad77dc19e91d2c023f80e11e8974536d80e3a743 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Apr 2023 11:25:00 +0100 Subject: gentoo auto-resync : 05:04:2023 - 11:25:00 --- dev-python/tqdm/Manifest | 4 +--- dev-python/tqdm/tqdm-4.64.1.ebuild | 46 -------------------------------------- dev-python/tqdm/tqdm-4.65.0.ebuild | 2 +- 3 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 dev-python/tqdm/tqdm-4.64.1.ebuild (limited to 'dev-python/tqdm') diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest index 29f6ffcf40ab..a3ffc8a17ebe 100644 --- a/dev-python/tqdm/Manifest +++ b/dev-python/tqdm/Manifest @@ -1,5 +1,3 @@ -DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b SHA512 bc7ab34145722229737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18 DIST tqdm-4.65.0.tar.gz 167542 BLAKE2B b1f7b5666600dd5c476ffc9852cdc8905b8819b6b3f812e00495fa38780dda0c59e48956881d46919ce57b13da9dde519fa7e22d91ed58fe43172da8e9043653 SHA512 86315b57d8ceec69ee8970b25372b26b03d2d37f6d06e037e712bf16c7f56eac1c4049291e451c7df62273b91ba7149b400efd0186ceee90268d854e7b476c47 -EBUILD tqdm-4.64.1.ebuild 1034 BLAKE2B dedeeb0d498f82d64c539a1278d3ae068e6dda5d82eb3cd6c7025ebae898b4b4e426471ecc37f894938b6ffe1c14a4a2729940ffb633120d7e717e69ba112965 SHA512 50e7c671c44664a305f873082116e98933e34f725a01a0418ff46c2731e4240ea1a246a05dcb6ae77ea8044492eb02d0a2190f220e150d9a143fde5f646d5b3a -EBUILD tqdm-4.65.0.ebuild 995 BLAKE2B 3d2ab16e7b5da8782395ed61123094468dd66b04a55704801bac47030b095740e2404520e98388bb3b0d644665a6f5d8ec91c154075764b9a785f837ef6f549b SHA512 a02980e496841bd4d137bdeabb1e34021d1399832914b14627fda12acc11ada54697ba2d30c1144f29516d6bc5fd6b5ac016b80283ec33a720a5ab88a4d7dc15 +EBUILD tqdm-4.65.0.ebuild 987 BLAKE2B fc1fd8f4eac2d0b07f3af3ce34981ff53f1340581a332ae2751b524679857e14465cb25c49c9c0c7d29bb593188fab5652e76663d6fd5bbea29bb5f27affcbcb SHA512 8f2149d7059991dc02672cce09c8161f3c71beb606a6c66cc5f7885e1b9615680bae5296970a1b746e68f44930bc14a0a73fedb273c72664fe4979a122e487f2 MISC metadata.xml 605 BLAKE2B ed20e6f11f20cdc6525b98d9fd37c0b8f0781dd1c4be85e8aa4a3f5644a20fde3179bd44bb99ef4c14913168113a58963b36281ccf4807a694624a1e2df578f8 SHA512 b5f096a0256312e6ab5098bb6d9965b567bd735813d9c97fa49f08de640f2c5ebb292ba747eb284ff043dc29d4bb1cab1ac947ecaab6b4e94aa51e96a0cac636 diff --git a/dev-python/tqdm/tqdm-4.64.1.ebuild b/dev-python/tqdm/tqdm-4.64.1.ebuild deleted file mode 100644 index d1a98a77916b..000000000000 --- a/dev-python/tqdm/tqdm-4.64.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Add a progress meter to your loops in a second" -HOMEPAGE=" - https://github.com/tqdm/tqdm/ - https://pypi.org/project/tqdm/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -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 -} diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild b/dev-python/tqdm/tqdm-4.65.0.ebuild index 168001703194..14b4118598fd 100644 --- a/dev-python/tqdm/tqdm-4.65.0.ebuild +++ b/dev-python/tqdm/tqdm-4.65.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="examples" BDEPEND=" -- cgit v1.2.3