dev-python/pyvera: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyvera-0.3.13.tar.gz 24360 BLAKE2B cc2f3163dcf115a2add69b21fa60bc955539c7dde2fadcf73794cab49155d57b130dba5700c2a2c178b9eeee20e7de292e270bd8d36392ea7f6de1d030130052 SHA512 05039c95cf39ea967ffb6d6e02b1ac934f81bd24b778fbea04ed7ab4b4fefe983ab931b88a01147078a466ee6c24f111a3524136bb36a6cad5465391a5b63cc9
EBUILD pyvera-0.3.13.ebuild 777 BLAKE2B 0c9aa14133ab9eba3c3689a362e30a9a3a55d9d1748abfa1cc906045abf3e0ab35b56160f209438811d3c2b123bf7a68b7c448f451c9bdc96de2a10333ae8da8 SHA512 a7316b50e9f8698c3e648fb6eb89451dec4e26505d992a6f42f143328216c837d35187ecdca175863f7a43b8b7fa181b6b473c99213b0dc03caf7eb796ac7642
EBUILD pyvera-0.3.13.ebuild 717 BLAKE2B 8464896d6bd9f141b0c869b0261e7d80ad9ff6389b84e456ac8e9f195d15d2afbcf7bad01021127e0a44663f044b7b3a01a3cbe32d53f7c03a2831553d3592ee SHA512 9b8a380e3a7b43e50ceffea4489113357646cf3a488a795a9bb71f0bf3537b3c19d7505f00a5e46a9d81f2028fbb46c58cbdb24b245845631c679cd282fed1d0
MISC metadata.xml 380 BLAKE2B c1132def60b3f6887c5745375818de4bd9e1d201a3dd41699cb84270058ca61c17283ed6abce85202a480c2f05291d38f2c1d0f845e0f23e43ba45873e50f862 SHA512 c18a2f7043c9ab940a1c7eadc49d0414a4f8aa1b254d44e68288a0aeb5dfbcf05646591ff1c305d3fa70a58a8a7a9c4d90828e10add0362615b74590a9f02f74

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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python API for talking to Veracontrollers"
HOMEPAGE="https://github.com/pavoni/pyvera https://pypi.org/project/pyvera/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -23,7 +21,6 @@ RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
>=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
>=dev-python/click-6.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"