dev-python/ovoenergy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:26:45 +02:00 committed by Andreas Billmeier
parent f8090f5aa8
commit f0b85afd9c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST ovoenergy-1.2.0.tar.gz 4835 BLAKE2B ae092ab1f6ab4bc9eddcfb0944f890cdd3b00dc4435babbfe1b1e9f29a556137c1a90f6b98dbbf7acedbebb07b696e5d85df629d75abf424984e318f726b1bcb SHA512 c2fa03e4160e06e37b5b4682da70f4c959d62a8b7cdb0137f22c5d491cecffb084a66e8594544efe3224df8869c695436ede688ba599ba06ae1738c6010d32cd
EBUILD ovoenergy-1.2.0.ebuild 737 BLAKE2B 4f55a6ef915715021e46aa4ca1b50b99a0407d3c92b419e30625269045e291565bada67cef3ca34743d55aa371ae3ad1d2ce84639727f4c326f641b07c8a828d SHA512 5a27cfcb8b22793232d3359745a16bab40442f3af83fafb2c034cb8118695af1ed4d78cfda0096da3862e0367926679adc3ce3b5841fad09e492ea32c6ab008c
EBUILD ovoenergy-1.2.0.ebuild 682 BLAKE2B a544ca8ad2f2ea91bcc2e76216cea5fd69158e37cd4ca489fd48920a343b0af24c4613f7a0fd6eab379970b65d8bae32e3093666f9af1bcb28053d7bf7726e26 SHA512 ea098af49cb99f4264c5678c6cc30052467d390cdd495b3ff7f928ada2e101b6b2ba1112745a3caaf0478b47cc1ded50a7d8c9256d5c5fce68d5dd3d08042336
MISC metadata.xml 519 BLAKE2B 0c97a936831cc486ffe7f5f061e548361790354bdcd6c46df3d25d43932056f30894f27ad9c40825644e84985adc88de67c4fbde974e1093c6d04948ddf65163 SHA512 9cf5b1ce9e5c8b1cb332da123f2ff3222b3b298a2af6a7cbea72ed5ae5ab584057d35983e23230d14dd91a8932b918d065b1690ad18110314d9b428909b60bce

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Get energy data from OVO's API"
HOMEPAGE="https://github.com/timmo001/ovoenergy https://pypi.org/project/ovoenergy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
>=dev-python/click-7.1.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"