dev-python/discogs-client: VariableShadowed

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

View File

@ -1,3 +1,3 @@
DIST discogs-client-2.3.0.tar.gz 24716 BLAKE2B 21902a0aaef5c5afa2c8b6c91092a7954e5c7805b6eb5b4d3265a0dca4e62ca9f123450996edf5af0d1455b0bec916d3b72a65048c0cd69931f7fe1b9ed785e4 SHA512 1912c0b9a3ff5ef33bcea92e322580458b78c5ad280cfde1f1e180a096bd2afe8f0d22059b985a8efd6fe5a84b54fecbeee521ccc698c694b3d6d3e66f976afc
EBUILD discogs-client-2.3.0.ebuild 758 BLAKE2B 51c4cabb45eda3308f6ea3f9285075732c5cf05740cb90c442390744751c1f0ded425050e748064419779bfbb889a048bd421090533285f32be831d90d976526 SHA512 7afb9de55e350b540c841831768282c22850f2a8a86919068445fd2b3ae3cb8808558a947d5039cb47dab6ca902e3357fc952854e8b7c96d127e5612a9e038ea
EBUILD discogs-client-2.3.0.ebuild 645 BLAKE2B 64230b553fc3019fb4ebcc6bc396588534b22ea9f1fa132a8968f5b90258e9b59340dc5e402ef8eb15f2e6f10087c9a04303810d32ce18eff59af578350c2a9f SHA512 53ca948c2d5dc117538bf31dab802364a80ead9df652491f0c2328d6346e3f47a14fa8d2b56ac7c6f8681816df902050134d25bd169ee9ba45002b8167608ceb
MISC metadata.xml 516 BLAKE2B afbc4272ed71d6345f74e19e81510ee2f327f8e12ded13aa20160926e1d006c234fb9f2a873c239d65153cc247cc6701dbd7e3d3be29577fb9e15af4e6c97bde SHA512 fed01f5dc59a9bde7eba987846f127bb6501f0dbc53b4b941e96cb2a56727226a2a1f62f11245bd2ce177e70c3bbfc131e5d01a62845c72755e9740905842044

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
@ -12,23 +12,14 @@ DESCRIPTION="Official Python API client for Discogs"
HOMEPAGE="https://github.com/discogs/discogs_client https://pypi.org/project/discogs-client/"
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/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/oauthlib[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest