dev-python/aiopvpc: add 4.2.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-17 19:47:06 +02:00 committed by Andreas Billmeier
parent c3e530b65f
commit 2faa7dda12
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 34 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DIST aiopvpc-4.1.0.tar.gz 12719 BLAKE2B 35a37dc475a5ffbfdf5a6829340207412a689e692f634ef4e077504e0a170fb4b612cd49cb44fd30cb3e5434b7ee852e5b302166689cf4ea0c90ef7cd930c416 SHA512 c1119f967c04c7811c63d31d3bf0760e7e896f0d89866c67674683b8543c8f2889c13e242a606117d5e213221c50b18c8b4f23e150d6215b434ac983a4d054d5
DIST aiopvpc-4.2.2.tar.gz 12764 BLAKE2B 686a47cef07694383c0b25ccdd2457a3c66f2f2e4534b87cf1a33eca5f27c0d21447e77fcae639d5417aff2d36a970ad635cbd55b07176b4af5014404271264c SHA512 9178dbc1461b51be23e24d42cb7eff4513e198661b496664bdc8de45c808892809736cb90962153f2e632b957ed402788a87b4930f0f9d717c4e6f73e3f76357
EBUILD aiopvpc-4.1.0.ebuild 837 BLAKE2B 98d85bcae5974cd56f7f6c94deefd390a898a35a389e65276cb69ddebed59bc0f6d04e65d2a869c7b82b85863b9e2bef6ba5d8895355e64655bdc0e8d550c4ba SHA512 d5f511403ffdb9d876e1cb2f895a93ac384d88f5a8041b52778d794d09d0a8d2dacda4abd8091e81813abb427cc20282a1cda43d9ba8e0992574746364083c50
EBUILD aiopvpc-4.2.2.ebuild 832 BLAKE2B a238aa6d9cb4cd140032998162e81570016fd0744e837809eb05c424edd7cd17d481d223047e33f280ea68de3a0cdf66ef7f6888d74aaab6b881e12472782913 SHA512 0d679ba345293b683eb1e957696d3b2c8f36061c196e72dc4a5a48a5ec1429888953fbcd71dcb96a834e5faa82c42d9d802636339617fac6fd018782d2649bd7
MISC metadata.xml 518 BLAKE2B 673cf29bb88a6c4082f02ed30f21c8f5058cd82f197a280ee3e5882aea7f4295f0dc224d163c97dc9827de2d670ceb1220ad9478ef77b1b631777b44bcf465e1 SHA512 227c0d65031db5d43fc629d1cfe8cf7642366ffb287323b7f49849798c868bbcdcf30278ae09bd4cc9490251bc4a929829fbbdbea916db062117556ffc50f842

View File

@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Retrieval of Spanish Electricity hourly prices (PVPC)"
HOMEPAGE="https://github.com/azogue/aiopvpc https://pypi.org/project/aiopvpc/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest