dev-python/pywemo: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-11 20:50:50 +02:00 committed by Andreas Billmeier
parent 57bf08505b
commit a93ee18a82
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pywemo-0.9.1.tar.gz 86510 BLAKE2B a0090a26736dd864d00f61be3f505e235d54dd659bc94ff9015de8b7c9b297d2023c215865769c2dee4b0d99901e90d50978b7ad3978896aa62f7400af3e1baf SHA512 60088ef9713f4b170fabfb4c4fd948bda2bf69601b6fe9bcc6976225c8d2f168c3d44e0330cb429a1326df19e19a82789edabce01b8acf31a52c0c52f4fdefa7
EBUILD pywemo-0.9.1.ebuild 848 BLAKE2B f3e29aab4db72ae156a7bffb4284089d78b64ef0a9e9487f4a24db5c9de190a0180fb9e02688ae21bf774497d25eb3c72eec4a5af63882e0c44b954a05b2236c SHA512 40626f1dd102ccd2a70180267786b5dd3e47ea6cda58797dbbe7baec59ec1ba1ac73ef8a797d45d5466c705dce21798f02f79dc073d759da8f59caa8cd25ea54
EBUILD pywemo-0.9.1.ebuild 834 BLAKE2B cb085fa0801f84fe7afd0a0798d77955a655859e8fd75ae0c0ccb6ff8202c6e09d15bf9ff05679deb4e3e7ac46840a0d7070d8b33b98f395c1035a612ad7a521 SHA512 253c9253a160993b122e7a7c3dcc4dde836f10d7cfd48f29e639a4d86b044f96d70054c2b62199b320bd2dea968d8d80959686a1200faf4696398494a06eb0b5
MISC metadata.xml 503 BLAKE2B 79e64fc3c1c8c2141adb9991ade458c7188bde9fe7114280ab715bed909d5eb1a8f10d6dbde822c74b07e8a0d788036486bdef3ee01e3a2c4883b07980218d40 SHA512 1487a15dbc92a75a53479f3fc5b1b07be70c4c29294774f5f192d4245d9b5e342d953be0b7ffe473ba5632b4f24b4306958e42b51f57ad8557d98a562867604b

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
inherit distutils-r1 pypi
DESCRIPTION="Lightweight Python module to discover and control WeMo devices"
HOMEPAGE="https://github.com/pywemo/pywemo https://pypi.org/project/pywemo/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"