dev-python/aioairq: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 20:22:49 +02:00 committed by Andreas Billmeier
parent 14ca65ca11
commit 03c2f04824
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST aioairq-0.2.4.tar.gz 7953 BLAKE2B 3de28881c48cc7f875d01114c7bfe02767a470284b5dd7381acf751c02768237fd51f32e511466496d9df7f17d357909da4d152e62e7f708a58c4471c65f7efd SHA512 a0188cb8472b362336b63b9a8f73d54ad65864b64a674c1332c8c261b86d30e5ca8775d93c1d4cc9fca79e5340037ef38a8752a6a2e793a185e3a1e737a7d785
EBUILD aioairq-0.2.4.ebuild 838 BLAKE2B 8564c3b11bae5e0bcccb740e1ddada534bd3e79abe7ca74df5035b5fc562fb1076a63e8cecb40850db0d50bacb290ddb037e824e2ef5a4dc43ecd8afb5670286 SHA512 62a8c79e95bbadef6efd9ce7b3df684077e9154500717ac63abbe26d12f2b2d8f2d6521f397a71523b76346a3858c8a2878ef731c646d8d37336d5116cf8ffcb
EBUILD aioairq-0.2.4.ebuild 791 BLAKE2B 430ffc690d62c2a753f49aaeb35f548fd13f3f45f18af5e42561ef4032de005e35d586b62bd61e8c933d37a1b13a45fe2090c27e39c2506495356a2d393ed465 SHA512 6acb89f22d899a13bc0166948ac350ecc99455f6c4275cdec467189e31224521b62a8ce555200e7ac240b158f7dabd1386f9d83422ab8204b8247cdaccd150fc
MISC metadata.xml 654 BLAKE2B 10aeb2924ae0b1e8ea558423699eb63726b9f53a6a59cdc60afa547e888583cbbcdc07a691b23d1cbed7cf8747ef088eefecea69152be4f831a4c774bb93c477 SHA512 8f32e268a5384fb8b33b472705fced2a3b0a125bf7f59f635ab8a89f334814e9add2489cf6730297e3b6d7a5968a899a5dc44faf91af501bb180a25efdac8e8f

View File

@ -1,16 +1,13 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous library to retrieve data from air-Q devices."
HOMEPAGE="https://github.com/CorantGmbH/aioairq https://pypi.org/project/aioairq/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"