dev-python/python-miio: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-09 19:51:09 +01:00 committed by Andreas Billmeier
parent 99b3c6b025
commit e92b524a10
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 10 deletions

View File

@ -1,5 +1,4 @@
DIST python-miio-0.5.11.tar.gz 227486 BLAKE2B fe5829f71d1ddcf3c3823df8b0179cb9fb7d501e828b25f6960975d51e86f049d350aa36c45a3512524264345aa879518de187faf6f12f0dc8fd7887742e68bd SHA512 6f43271b67c79de4939e3f680121e488dc676d969b1f1b6a8f3a67a1a5c9aa08141987757a30c75095229dc19bd074821f8965b9a1514be1691b63993381edd3
DIST python-miio-0.5.12.tar.gz 245520 BLAKE2B 1373eee63af6a000b2e1740da6e9698bef3db74bd9daf8ac46e6d387c8d66b279f43d8983ab12d3a3bdc79a72096633bbf2f615aab1ddfc5fc0889744c632063 SHA512 ff251473c7018ced3ae8a63b402f87e8877df00a7dd82f28bf60b1a747aa82d2191d8b9e49f8f91302db1ab6d59632a9fd2257259c0a1f4fc9f665db0a1c63ac
EBUILD python-miio-0.5.11.ebuild 1174 BLAKE2B 40baa46d4583f961b1c269d9ea8a1273500d9c8186b28ef360258ef96fba5978902641998be19ddc6c2be83d90be9486ee7e00db2ca9c8479347abbb761fb985 SHA512 1fa6eb9fdfb00d2e65742c7862d792cd6d361d2404741c8814ccb818bf25bb3c9f9a707e03300dbc236236b90611ab92a22e413cf9bc40f09cb48fdb36121265
EBUILD python-miio-0.5.12.ebuild 1233 BLAKE2B a959343fa35ec10eec84b185294defd21d9bb1016ba4f8f343d0ede8a6e23ca8122e64f1dc0389097c0f658b9e94c622b6a8054735ebaa31eb515feb9ffcf9f6 SHA512 1d50ed2d7f7c4e4d125a1e63c5dc44179c732e99f3f66ea71de3f30a6598cd5193e5fd411e8c14b9cce33de5d6eb53368f3226280da5853ca1848d53f0f72eef
EBUILD python-miio-0.5.11.ebuild 1170 BLAKE2B 2f4d743f9198ffea40b15027c7a0f95181f8f08e2f5e25328371b8e5afbbe268a4295260e2483ab11e8295e7d5e9f515ed3ba8c1b31d41fa9be9dcd008bcd980 SHA512 b10054bbf9a7c3124c95b3cec566f7cfd9b0e5a59737449b0f8ded88ca99ea1bd3bd4eefb7da9eb970f9a7cd88b583ec39c5e2778bee42c5d4f269dbc64cffef
EBUILD python-miio-0.5.12.ebuild 1206 BLAKE2B 7f9db285f0903d9a47bf7e9d08236c76687bb44196a1d4aca44e6a8f521be4623725c998b3bd3879f0cd471f23ae873fa8d276c5c4209ed0fe1505c081747362 SHA512 bbc4a62ad6129d98e1d26f48f3a591d8e2ab5ac2e3c4301dbdc4587b7ef96d93c268ea6b827ecb2980cb63e557aad181b254dbd87f2c74048a1deb69911af085
MISC metadata.xml 504 BLAKE2B b16b1760b443fd9c3d1524f47d2130e1371a56b3edc4452c9dcbed4b8151370b9f9d47765a0a53d40013fcfd961a91260afad8f6f8d707b5c82304182da313f6 SHA512 aefce208e4093d8168ec583f8f15d8a60f7cff8858ea01daa6c4eed5b84a1d77e0b5dc3dff49f012e7e843dbf61ccfda8e29dafc3ed4fd8c7c953f2b648dda5b

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} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1
DESCRIPTION="Python library for interfacing with Xiaomi smart appliances"
HOMEPAGE="https://github.com/rytilahti/python-miio https://pypi.org/project/python-miio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

View File

@ -1,16 +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} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python library for interfacing with Xiaomi smart appliances"
HOMEPAGE="https://github.com/rytilahti/python-miio https://pypi.org/project/python-miio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"