dev-python/homepluscontrol: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 19:01:14 +02:00 committed by Andreas Billmeier
parent 8aade2ad62
commit 95fb7f0f3e
Signed by untrusted user: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST homepluscontrol-0.0.5.tar.gz 21691 BLAKE2B b998b5af71e4174f6cfa2efd0b54f8064f6b7741251f8354c830f505aefaf4fb2daca655fb5a93d5db02ea33cb051e2b6795820fdf3242b2f6b753d4b734766c SHA512 0dec37afc97cfec05a0e1eb1af25677901ae8a5c8a9052675a537f92387e8022f6ec39001bd30d8204294e380ead7187495a35c58ba6794c768071e4b5efb191
EBUILD homepluscontrol-0.0.5.ebuild 996 BLAKE2B e3b93277618bc98e008d949ce49dfb55e8f1bfb10164f90d8a1d10cfea1d6cb20b621b564c25efb64e9eac1b26f8982e3d81b458e5a632cc1f065eb0815ee302 SHA512 632ac1f5002ecb3e86dfb2f39fef4ae1468a6ffc8b09f8a9a03ca8ae901f872bbe6704d14d790d9dabdd0fc081341d8e6884a8e83742f1e5010a2097f0b143b5
EBUILD homepluscontrol-0.0.5.ebuild 941 BLAKE2B dfb8b9d59f1f25f05d670fbd3ef624e1125f916ca2a14e7cbc190cd4ed94160bb01847bb8c612c82cb31cb54765de6f4f747f932678be3b10009381eceebbe93 SHA512 3959e078b76e913e12a5192ae01905910fe169d38fbf8d15075374c0e97d0f83fd61d049d77c6eafb0a4fd5c157a73d8811d31c6388f99c21163808e98a27de8
MISC metadata.xml 518 BLAKE2B f98aa0699d8666e298c4ca6aba9accc0ae3e9ed1d9d79cf2cfa8892ce6f565196fe15d94ff2cf7b16fb7d135f2f09d2bca64b235ebc8cdf44b50aba992f1f591 SHA512 483c3e95011251b63d35b6e3d17271a680447294ec9d7d4df72e71344e303df2371eec479c15aa84a674ec7057b8684bc0c567c1b70e2f7100b292dca92fae35

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-based API to interact with the Legrand Home + Control interface"
HOMEPAGE="https://github.com/chemaaa/homepluscontrol https://pypi.org/project/homepluscontrol/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -23,7 +22,6 @@ RDEPEND=">=dev-python/aiohttp-3.7.1[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"