dev-python/adb-homeassistant: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 19:45:22 +02:00 committed by Andreas Billmeier
parent 62e6f2992c
commit 02c31dc61a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST adb-homeassistant-1.3.2.tar.gz 26805 BLAKE2B 3896a895fd39800417b4c9c098230fae0d7134c8e6dd96fc47e542e8698c5e6ba2b444959d48d01ec292153dcde87da3a43fa41d392cb3a06825bcab283a7d27 SHA512 7147998212536fbfe3e638395ffa539f0cffd2999e5d8dd7568519bae1c7bbf4202faed0e47a4ab600aa66e088468eae18b5bfbc7c96e636e79b960f129d3b92
EBUILD adb-homeassistant-1.3.2.ebuild 712 BLAKE2B fa07298308c549c27adfeb0a0694843b2ac5f22ff4d88a36417d0eb4e74009a5d384f3403e1a72f1e44e3fc9fc2d7faabd9891026fd489ae2565c6a03f189fdf SHA512 b7c40e8221c611817380687b3d0e56b4bc6ab1ca4cc9132144c53ebeaf4558f0d57ad339e72f0d9462dfecd8c63add309d1ab7a20a69c7c63ec21c28295f522e
EBUILD adb-homeassistant-1.3.2.ebuild 717 BLAKE2B dd865f80e1fddd93ddcd7f6b3bd708b91275d5a918563444d8dbf6eb8c6287320fbcf6f5ea00c2a35435d8e56e3276f3e7a6029a8a9c14596a2b7950674ea199 SHA512 bf41e078bd046324554179daa4894da932282cf2982424d782c3aeba12abf0ed9d3d715f228721bf90134ada391fd90fce72af57adc9096702960beeee0fa464
MISC metadata.xml 521 BLAKE2B b7ebadd9d108cbd8244bc7773c40eba19dafee1418860dfbc39c520b0295893913f9276931e1baf204275e9d33def8e844067126507c3ca46dafe20f22a12a3b SHA512 1cebc19780b28c8fc6295acb434a6086e0c6c36d1ecc71b9e339f13dcc0085d4752352258793d33fb3f65b76127e0e33fda75594a716f0bccc7ff8644ff7a0f5

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A pure python implementation of the Android ADB and Fastboot protocols"
HOMEPAGE="https://github.com/google/python-adb"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"