dev-python/dovado: VariableShadowed

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 23:26:04 +01:00
parent d1d1877eb2
commit b967bee752
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 12 deletions

View File

@ -1,3 +1,3 @@
DIST dovado-0.4.1.tar.gz 3295 BLAKE2B 70e0774667a9ea54d55a233b4448f7a991842418f3f1d9468f19da8a052c9ac4f5a159b71afbb56bfcc3bc1995ceba10777558be43208d862d96218fd3845722 SHA512 ec3560c90beba1c5e50e746d3cb4cbcde8c99e35155d133cbb6c460a86ea3349b1c5d064634f020388e8022bddf2263008ae6f026d626de43cd44424836e34f9
EBUILD dovado-0.4.1.ebuild 645 BLAKE2B f56d4b8055cd3d890aec2a4fa908c195eb1e431958cfe6fd81a7c8452e3a82a095506aeb3aabfd4ec7c338a2234b13c84be37e789e541479205cc8d949bd1565 SHA512 b3d0c8d78db95131b353975b397519042817bec4ed316a50eabac84b9f49c91b229161d67ac0351595072796a235258b2da7cbf623d9cdad7d2a6a28239e3d57
EBUILD dovado-0.4.1.ebuild 532 BLAKE2B 1a645b09c69efed9f908d2ea074fe309b032cace7a14327a3991bea393ae2c85ebdf88858e44d4f12c43f96bebb125460220ea8bd24eb63fa7a79d1d3b8ebd4f SHA512 23df11323fdd32a00a0e1c77ccfe4fedd4176274108220fe5fb2f09653fbfc580beccb673794f7ea64fa4634f3fc0f4d0d37d39d2e37635b15d741625b47e52e
MISC metadata.xml 460 BLAKE2B 98b27adf871f976ecf5f66ad2304bb149cbf440dbe81a0abd8ca6893fb2c5c3a4481298978b51fa3b6fbdc981a3d3774b87983f3f8143e47f0b327de84db6a7c SHA512 55f53ce156390a22db3e6f25c9ee46d5092351c6b2211309576994ca577c244951354094848a01ab28416f759c61fa06abbffbf975697b1476a25eaec6b6dd13

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,21 +11,12 @@ DESCRIPTION="Communicate with Dovado router"
HOMEPAGE="https://github.com/molobrakos/dovado https://pypi.org/project/dovado/"
LICENSE="all-rights-reserved"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RESTRICT="!test? ( test ) mirror"
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest