diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
commit | a90c84e720803f3d26c0ade8f1f1e405ca97502a (patch) | |
tree | f788ea0972d51c66823825021dd83427e1d466c4 /dev-python/tqdm | |
parent | 07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff) |
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/Manifest | 2 | ||||
-rw-r--r-- | dev-python/tqdm/tqdm-4.64.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest index d945d2e25ad2..a70bfae62e9d 100644 --- a/dev-python/tqdm/Manifest +++ b/dev-python/tqdm/Manifest @@ -1,3 +1,3 @@ DIST tqdm-4.64.1.tar.gz 169599 BLAKE2B 4c48f647beb46f22e3c065e2e9c1dc29755c74a2fd29cb8ad8b0dfeab529499d0fbca9296d06453012b3bbf9f9870f95da5e2f37f4c8ba29a71cbee3bd15116b SHA512 bc7ab34145722229737d25d87895c8760b82271c345e1174c83f5896cc893f92a27901d83575472ad124329acdad69bd21e7d68e79aeeefb0e66c83b11989d18 -EBUILD tqdm-4.64.1.ebuild 1034 BLAKE2B b8c07b19a4daaf72fcf0332d5c5b0d8b70e1dc51d4634c29ae5c1ea34151dadad6eed7ea81d3c7de71d66eecf42372ea26692617acf173b77a90b25b23fdf956 SHA512 b09193774ca3ebd9b7b3955efc2014ca17640266fab00201de1807522886b8fc0e9818be9209d93e3f833b1d82dcb3092e782512955cf903287215db6e18d3ef +EBUILD tqdm-4.64.1.ebuild 1034 BLAKE2B d0e04dd13ff032dc9f30726d3f45b75b171e1dccdd928fa66837589e4f0145fe810904ff0fa21be5bcba1a553991d3c4e217d52362cdded53fae72259081c4a1 SHA512 a0f6fa6ab8e26b6ae63f47a3e67c0ff0a3234e2df917bfda8b328e01733e5afc89f7173c768dc7d434996d9840e615f09db3d4f166adc4f615164d0c586b7b0e 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 index 133d097a6549..71515eaefc89 100644 --- a/dev-python/tqdm/tqdm-4.64.1.ebuild +++ b/dev-python/tqdm/tqdm-4.64.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# 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_{8..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit bash-completion-r1 distutils-r1 |