update aiopvpc-2.2.0

This commit is contained in:
Andreas Billmeier 2021-07-02 21:31:52 +02:00 committed by Andreas Billmeier
parent e7c5d089c1
commit 58edd3570b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST aiopvpc-2.0.2.tar.gz 7016 BLAKE2B 236f432dab1d924d9bcdc025003c86e23054569b1ccfd5378ecccde52d376088a841b3fccd7ef8b00427daa217dd41b675281336cfa9b0d9829f7e225c75013b SHA512 65284d9cc8e10dc02256e3d7371061eb2ac27918da3a08eab7237d9149d78cff0169c5df5d6915f974273b45a3311022c3a5e6d612da694579650b59ab8a7674
EBUILD aiopvpc-2.0.2.ebuild 834 BLAKE2B 5c093f9554019ef3322d3572217b200f889e649408ff4c16fe1ac367df681e07fe37a8b2c23910ac609bfe52d9818fd63bc8e1ed914b6ca3df5bd8c656dfff8e SHA512 2ade0a735c96f465b4ea6867bfc97f684f8fbe3d28eb954431e4c562ce5e1b8188422c1d2b7b4c85c066c7e869f474e010e893f5b5fa842f76ecc4bf412f8954
DIST aiopvpc-2.2.0.tar.gz 9721 BLAKE2B acfa03b27d704691227055c14da9b56d1b5595a7eb654187a42a47fd1afa83e53fca99ecb4319a1a03c19c9a60274383277f8c3ccf463ca2904537ad73d65077 SHA512 ab59d9538f814df6dd51184c0da2dce818bab564dd150713a49a725c10af11b680d7f57be4cbb79db9ab1c6274a45c48e0d9890e6802f1db319c1785453336f0
EBUILD aiopvpc-2.2.0.ebuild 837 BLAKE2B e08236a2d678de327858a406bedb8f8ecdbbc3aca0f5b4aa83cfb7888a0978f331ce9cec73154fa290debfff78679a6e77c03c8b3b9e93601efed939b77f13b3 SHA512 ac958730710bd471d29e310531e840d7697d0f4793478f33fa5cb2e9544a5ea31ce7d096c4e87314b7ba6d5bd76f3f3cea365990286fa0086218d7ccf6bcda0e
MISC metadata.xml 462 BLAKE2B 7fc2b548fba797865abe41423761dc87887177f04cbd91db34fc7f30a08ce4152fc21ead895d58b80ca15a8614973f00bb63cdde441233657134cd4b4ad4b240 SHA512 66eca7e5073a6c406a0fc3165e0a7787146d2bfbd834887c97fee5866dc3bf65d3dc88d615164263b514a5f9ab95ac3cdd99a511dce0fcb385b486f4b3f56b70

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -16,10 +16,12 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
>=dev-python/pytz-2020.1[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/holidays[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]