dev-python/pyvlx: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:08:34 +01:00 committed by Andreas Billmeier
parent 60261d395d
commit 71f14b012e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST pyvlx-0.2.20.tar.gz 42781 BLAKE2B 2f989cd8524329b4a79f34c687511a4a2771969c377d20336ff0fe41fb8b3c0b17a2de8bb5ae13971bf4a6916e7eb899ea09f51e0b95c920489e1c6c91b7a346 SHA512 5c07c274749b5dbfa21f03e60da615fba8e03ef2c529b9c9b6f41a83a572d3fdcdb865c751aa89e0f1154a059cfe797f4fb9f3072221db3b61880f8e01e108c3
EBUILD pyvlx-0.2.20.ebuild 765 BLAKE2B 98ae9fdd5a3c66d4b0a906d5d1df769524d06dd62332db15902c4aab3914bd343278110e556fb3bb6da27a813b4712f0312645eb68ea904be88f4d1f0bd2dc03 SHA512 32e9991691d382238841035686fa50352372776328894d085dec5bb12474a779657d69984820cd41fe8fbbaa3d593fd0cdead006a0f025901a6506c646847b28
EBUILD pyvlx-0.2.20.ebuild 709 BLAKE2B 8191a7c97187e63837d7819880fa175daa09c1bceb59360402d5e43b31d13fb3f93dba1f6aae4f5d223a5080fa14e667d4f45681be69e1e5b36d56c8cfe00548 SHA512 6f4abf3f2e921e74d0caf75335de94a7be2a2a3c8d8577aa7ffeda032331ed8071241b1447ad231aee93bb4c80802f4f02013526c0f9f5feb39f849599392375
MISC metadata.xml 514 BLAKE2B 0e52e1c03688a49469e309e05cbbe1576889509b1dd492d1db82660005dc822770f226bd9e0aecf43567a1552df9b8566951756481743f8257055209f38afad4 SHA512 2746d8b434f3646007764b54b0be3b9bb7926ea3e3ece798c9c20cccc6a603d21e67c50cbebbbd60206f13f31c9541c6514c4ad37ded313be0e52e663147de13

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
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="PyVLX is a wrapper for the Velux KLF 200 API. PyVLX enables you to run scenes and or open and close velux windows."
HOMEPAGE="https://github.com/Julius2342/pyvlx https://pypi.org/project/pyvlx/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"