dev-python/micloud: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-09 19:54:19 +01:00 committed by Andreas Billmeier
parent e92b524a10
commit 2d7bebaac2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST micloud-0.5.tar.gz 7773 BLAKE2B cae069ab76dfa4c719addaef88ab25358c4b234fa045bb1a059ca9bd00c88ce3bc3c4fd24d8213e6ce23db26887bedf871fbdb15596b9487c7974c6f32f0672e SHA512 1930e1fc99065afc50a0b8405b5da44db689da733afa484e4a2229a0387431918c7fd02444db9e00ad4de7ebfa6f9254457881eecd58181c7b67950373dde94d
EBUILD micloud-0.5.ebuild 797 BLAKE2B 312c4fe1aada4b53461cec6c6a57c8079b428f0d1c238eb29ee13fe980819a982988319ee380d8e749738e9cf204e539f88c737bfa55f68c77126dff8fd8536f SHA512 bd52be69f99cc80933bf25432522d7a2ea1d0783255bec04489974bdc1349040b596cc2385b423a1e02aa6ef1e046d399ee311818cd2cfbdb6e72d735183db56
EBUILD micloud-0.5.ebuild 740 BLAKE2B 91dca3f53d456a844c7be0764445870c9dd75fc0ae909b22b9fd36ba67adbeee3681268893678e867a7ffcf07bd1a877143fefc2d80238e038600d2f53e275c3 SHA512 291e40be8958c3a0abf98ad68db731beb793f803a24023d04313ed81db3587ee8d709d0419fd84a6338046bf077b97f11d4843ee829457b9e73bcdc72da1f447
MISC metadata.xml 510 BLAKE2B 212a58cff8096fae3282990c83939208a0b2eb989b73aa83acf5dee10d5873a572bb4a88a468cec1ca6675d96afe5e140ff6d21bb0349590b401966e6026a623 SHA512 4d4ab0519844cc9ba51f5d219f6d30a4ea95e6965be6a38c4f3221604c2f195ac4c56b4c47f1d97b83d62d09e548d4dcc8b13314842c6f8ddde92c89a1d4edf1

View File

@ -1,15 +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} )
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Xiaomi cloud connect library"
HOMEPAGE="https://github.com/squachen/micloud https://pypi.org/project/micloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -24,7 +22,6 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"