diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-20 13:28:52 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-20 13:29:02 +0200 |
commit | 1bf3664a42e8cb8636915a57b02843a2b6fa41c5 (patch) | |
tree | 41589e1adcbb26b9dbc6d78a739220109b08ce11 /dev-python/qdarkstyle | |
parent | virtualbox packages: Removed old (diff) | |
download | gentoo-1bf3664a42e8cb8636915a57b02843a2b6fa41c5.tar.gz gentoo-1bf3664a42e8cb8636915a57b02843a2b6fa41c5.tar.bz2 gentoo-1bf3664a42e8cb8636915a57b02843a2b6fa41c5.zip |
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 <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/qdarkstyle')
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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}]" |