russound-0.1.9 fix RequiredUseDefaults

This commit is contained in:
Andreas Billmeier 2022-03-19 13:54:51 +01:00 committed by Andreas Billmeier
parent d8821fca49
commit 4c16ea52d7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST russound-0.1.9.tar.gz 7095 BLAKE2B 1f88d806bbe07d4941139a0efa24238164b37a3b4693b93ec7f6e19e8d779079275cfe53a1c5adffacb369297ec19ff878288377e0313ac435afbf2cb94072be SHA512 eaa8d9dcf020581cc0ea0a1e7d2cc1bf80f1532637c2e734f0c8a65921037516946c1c972c063615b66c48e46da1f191aca341e1d0c4ac268271c88665a0a84e
EBUILD russound-0.1.9.ebuild 748 BLAKE2B cf1767c58e2d8f38aad31e939a2d0d831b2f4918665201a3ff1e5b12bab309ba5ef3ba5dddc5448990d304adde7d6eba4150122731716596412432e7a00625bf SHA512 71337bb87dd1d6018a2eeb75d7d30093c01dc5c47d20ff77c1d0641856e088be1a3031bfd559e4c59fcc869b39cd5e9b38bed36de2cff3574e4bb97535f5ddcf
EBUILD russound-0.1.9.ebuild 760 BLAKE2B 3706adae8c94eb7b4ce4e96d094a176748dbe1b772839bf47ccaad6086c276efe0f318e9bf9e1fd6da15d937a4b5f2d89974e524ad0df1d64e0e0ce8c84ca329 SHA512 529e4f0578ce507e18fc205ce6a5c3efc0cbbce1ff70601b495976b42411d434a771f03aa506936313b3cefb4e4e3b890ef1f1bc053dab1e2d0c5907f72b7fb8
MISC metadata.xml 453 BLAKE2B e4e0137eded041fc9155d54dbcda14b9c32696d406604e0eaff462690bf50a726e0d7b03fd5927ac4cde188c81a95550e5974597df62cf8ac482cd73703f92e5 SHA512 89e81c17e7c2425450394a7dc00d4283c95fbb43b9d17d77ed71eb67c2c0f63f6879f444ee029aaabf643980ed6f22787ebd769c4631651b20ea3dff5d5252c5

View File

@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API for Russound RNET commands."
HOMEPAGE="https://github.com/laf/russound.git https://pypi.org/project/russound/"
HOMEPAGE="https://github.com/laf/russound https://pypi.org/project/russound/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]