From 1bf3664a42e8cb8636915a57b02843a2b6fa41c5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 20 Oct 2021 13:28:52 +0200 Subject: dev-python/qdarkstyle: enable python3.10 Closes: https://bugs.gentoo.org/809122 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/qdarkstyle') diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild index 632c8dc3d7a3..6069541ac9f2 100644 --- a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild +++ b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild @@ -3,8 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature @@ -20,6 +19,8 @@ KEYWORDS="amd64 x86" # TODO: Figure out how to get this to work # Please pass a palette class in order to create its qrc file +# This appears to be fundamentally broken: test calls create_qss() without +# argument and that function does sys.exit(1) if the argument is None. RESTRICT="test" RDEPEND=">=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad