dev-python/pyaehw4a1: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:06:23 +02:00 committed by Andreas Billmeier
parent 34ef0adbc1
commit fd3f7ba36b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pyaehw4a1-0.3.9.tar.gz 8862 BLAKE2B b8dc3c19214c63ba6bc73fdb9118f882c2e04adbebc7592a0977da197742c506c8d077fcdfb401c833c7c3095d73f94b80c679dd2774ee8b341998dc3c7fadac SHA512 bea7f70c8fbf84669f9e25d26626db5733cbcb935f7be3364ee6b71ce9ef1723f9852ebce3260684610027c8f055e26c61a27db51cb04a0c546e15224f1b4d08
EBUILD pyaehw4a1-0.3.9.ebuild 641 BLAKE2B 1802131c2ac33787036ef0eb92b6a306da733c7bd9b8bd8b0ef4f875cfb95548389d167f0942de00a34bca6ee9bd2b0740913d145ccc0f04dbecd8c8904c9809 SHA512 489b0aea519906db308aeff3a21d741c5c2c9e785273c108504db39f0cf62c005f9904fbdba27f798dc6832502b0b689023d2297dd542ea4c1afe90ecd2574ef
EBUILD pyaehw4a1-0.3.9.ebuild 586 BLAKE2B d9e649097b3cd8cca49e13ae6a4f1c641ee4e6d58e0b8926eca2258c4bcb714deabb75a793a41320a3ca6a4ff05773196be2395c2ba741e373100c29461b5a6f SHA512 e89ecaa3f98ac00b87e54f12a4245a919c87d64de29661be9ffe4ed69cdb334d200bcd51bf422e240f0367054ae5da2b1cd128762b8705a95ae45bc9756bcc49
MISC metadata.xml 526 BLAKE2B 841a2a83ba1af5bc466243b45e5d19ab35e2186f3c24c8abae672e803b3c121ea7ea28dd97711ae238d5f4c335b4ef0a2159ed79649dc8c1d03b91201a77c0bd SHA512 8dff5183376893988511363731a32f2b2b5ec2d434ce21def387c4e20c765dfafbcda680bc6b349905e3e8a6ad07354b895fcce668b9525b6a16a75b507b1cf6

View File

@ -1,15 +1,14 @@
# Copyright 1999-2021 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 interface for Hisense AEH-W4A1 module"
HOMEPAGE="https://github.com/bannhead/pyaehw4a1 https://pypi.org/project/pyaehw4a1/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -18,7 +17,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"