dev-python/iotawattpy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 19:55:04 +02:00 committed by Andreas Billmeier
parent 3c2e0bc63a
commit 6663c2d85e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST iotawattpy-0.1.0.tar.gz 17845 BLAKE2B 08c221d66a83d3c187524625a625ac3a058c167656b95371d380b9f493eec26f44e0ba122c6b03640e13abcbca772675fc55e978dc8e17f10e2ede1c015bd855 SHA512 c13a7875a77c2aded4a1baa192b03afed55c2608b4c4d24876fbd7733c00333584370eede644d06e65ca6930ca3143617077e5d41b5d25f95918a8cf2fadb06f
EBUILD iotawattpy-0.1.0.ebuild 710 BLAKE2B 99630ed3ad0dabe61b0f6f1ee3a53e2efe1ab097ad9eba3ca240e8219af5838f374120ab5ec4a7be666ba5201c405ec4dcc2c9d1346e609610a4270236da764b SHA512 ab13e13ecd53fd6c393748ac5cdcac4c8f4f67d204f45facf3361a74b5b64c1a71e6beca3deb41b24322c55756f97551a9e7bb1294de8b50425911bf2221a355
EBUILD iotawattpy-0.1.0.ebuild 655 BLAKE2B 1610a9bea10d99e6ce51a86d29172d700aef9d3f27cea518fd24ae2de15de26acf865d68e39e67f0a8335000736104e47b9ddd34f03765b288e594c3eca14271 SHA512 436f1af3aa0bd57c0326a89f1b76cc7e831f22feb630cf4786ea915a5bbb0d71828207255d526672af5426b816d2be9ad2e9abc4beab661118b97e1153251c12
MISC metadata.xml 517 BLAKE2B 727598e356436d46634feaac0c3b9b4e7b1ec8e4bcb7228f6f13d0d74704fe407f239f47c5e27a5e4d34dbb2e2fdae6655367a2112bdd9495c11297c7cfb875a SHA512 97af1906cbff2d3b0010ecf8774b15057b758129ffd70366fb164d103fb8a7b3cf3d93f8ab5dbe797e277c5419aac8bc3ca5187b99c5de83e20136b1b4763e4a

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="Python library for the IoTaWatt Energy device"
HOMEPAGE="https://github.com/gtdiehl/iotawattpy https://pypi.org/project/iotawattpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.16.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"