dev-python/ha-HAP-python: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 17:38:13 +02:00 committed by Andreas Billmeier
parent 7a24cb45f1
commit 4075752827
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST ha-HAP-python-4.5.2.tar.gz 314581 BLAKE2B 55cf0e3881e659d34d9902f038632aca7567577edbb7f48065972fa574fc9d58c70923640aaf9cbd2bd3be90770e4611844450fa73779a7da17dd36a7fbe96d4 SHA512 fedf693e0281145aba15769f70ac0f03420fdad1873e3a97fbfc0a89ded22338f33e933d19216c10270b5544deea8cf6c3c8cae4c3d8dde183201abf8cedd889
EBUILD ha-HAP-python-4.5.2.ebuild 931 BLAKE2B 157c5a73644f1c400a8593a4a68f5ac61990795fe32465579b1840e4eb5224d3b70564a565d1de884218b8ac7a98454826558c1e7420523d1741f0a6a02c8a64 SHA512 b2af6148d107cefabad3d11b10e6c781afe5b96c2c11598c584e29e011287cc5c96ee1f5c897fce9aa329e1a23d1ecb4c87f309a7eddc0be6d47b4f03f1e76cf
EBUILD ha-HAP-python-4.5.2.ebuild 896 BLAKE2B 03e168e37500aaabfbf64fef2613ea23420f86e23e8d075a62124b7231975f88c9b55c1650ec5a77d812bea7fff213783836e6b90ec3be5044ed5215f2d44074 SHA512 aab579fb1d4cdcd536a275a64261f24c07d9d371ace9a8be65c045176a31d751f5df15f7f40b82a16f0ae462e8eab8fdf9885ee088f6ff2f53fd2c51b747822a
MISC metadata.xml 396 BLAKE2B 125e3ec429c01e16b195e56481fac0b67ad4fd01f3d68ce883f85ef3e32e92747629ceb0f2579893c8632abae4f7a2f24c6e168b2f5e6a162db66f3c7b97e86f SHA512 892ddf95c93c259d963e822f8c660cddef1e62cd0fa4d7b5e8d9a0f059c57e039787f585f124913a32160b7ae5b2c16008a5590b28a4e90bcbb5850787e9858c

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="HomeKit Accessory Protocol implementation in python"
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/ha-HAP-python/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -26,7 +26,6 @@ RDEPEND="!dev-python/HAP-python
>=dev-python/zeroconf-0.36.2[${PYTHON_USEDEP}]
dev-python/h11[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"