dev-python/openwebifpy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-11 20:30:21 +02:00
committed by onkelbeh
parent 9340c1bce7
commit f6b0fef464
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
DIST openwebifpy-3.2.7.tar.gz 17680 BLAKE2B 97ece4cc7f8045da234a8d1778a569d2c45754a7ceb0a70f627f6bff43e4b7f4bf1d398539e273d27cc04261cab8d4f4abc6ab7548ba252c7fbd95733d0feda7 SHA512 cd2b035f2f0b30690b542a43fda91102d48d618d97224f9ba0236715be91a37804f185c953b8d582da50a54813a0c3623eb6455d5647b840fd1fb3da495d06d7
EBUILD openwebifpy-3.2.7.ebuild 841 BLAKE2B 72c450186f7ddeecd8fa73eb228839558bec8e75d1852d4ce48f457dedc81e542bd5af2045bcc1f5230f624679159a6f88a84dde11b902959526e9c0c9c99647 SHA512 b213f5dbae9af85b7a867a1cb61931a953e60c6410420d970e9a1ac4c33599ea9bc706cbe57baf8b2177be4e125c1bf0e15cb7686d7954e7b9580926042aaf7b
EBUILD openwebifpy-3.2.7.ebuild 827 BLAKE2B 552c15e5a250901c509d930f21ba385a25aff7d567474b060b8f64987a1e2d0de4650b56204911f4243e24429ae9eb32f9acc65540e58b404e95f5e745979203 SHA512 67c769cb6a55765f35c8a5f97dd64f32b0c1a67a222c7bd31f74f241c1e1967ad04cb310e4fdd3cbc21cb11528b229f618846fd0c84f4356a90477d79621b6ac
MISC metadata.xml 519 BLAKE2B a531c94ccd98a84ee170f7394fa5bcb0c0a618e282deff3e689ba13bcf5ed175b219e59f3c149d9a404d11a42351bdf0af309d80fd4dfada2fd3285c7bb1268c SHA512 c4684969076a3963bf6ce3f410debd1714f24673e11ecb87c70d1d64adedf3fcbf5983c1734329d96e76c01bcb8d3108142ea262ff6f6b80305452b55c93e47a
@@ -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="Provides a python interface to interact with a device running OpenWebIf"
HOMEPAGE="https://github.com/fbradyirl/openwebifpy https://pypi.org/project/openwebifpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"