summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-14 19:34:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-14 19:48:01 +0100
commite9d0484cabba73c337d37c1b8136595082cb4e45 (patch)
treef3c3d07e9f4cc4f788865235800465f80d6e5909 /media-sound
parentsys-apps/sandbox: add 9999, drop 2.9999 (diff)
downloadgentoo-e9d0484cabba73c337d37c1b8136595082cb4e45.tar.gz
gentoo-e9d0484cabba73c337d37c1b8136595082cb4e45.tar.bz2
gentoo-e9d0484cabba73c337d37c1b8136595082cb4e45.zip
media-sound/picard: Switch 9999 to dev-python/pyqt6
Upstream commit 3845de8a64f059e8f294d00725dd9d9c253db0ce Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/picard/picard-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/picard/picard-9999.ebuild b/media-sound/picard/picard-9999.ebuild
index c3074961c6a9..4adf1135cad6 100644
--- a/media-sound/picard/picard-9999.ebuild
+++ b/media-sound/picard/picard-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,14 +25,11 @@ LICENSE="GPL-2+"
SLOT="0"
IUSE="discid fingerprints nls"
-BDEPEND="
- nls? ( dev-qt/linguist-tools:5 )
-"
RDEPEND="
$(python_gen_cond_dep '
dev-python/fasteners[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]
- dev-python/pyqt5[declarative,gui,network,widgets,${PYTHON_USEDEP}]
+ dev-python/pyqt6[gui,network,qml,widgets,${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
media-libs/mutagen[${PYTHON_USEDEP}]
@@ -40,6 +37,8 @@ RDEPEND="
')
fingerprints? ( media-libs/chromaprint[tools] )
"
+DEPEND="test? ( $(python_gen_cond_dep 'dev-python/pyqt6[testlib,${PYTHON_USEDEP}]') )"
+BDEPEND="nls? ( dev-qt/qttools:6[linguist] )"
distutils_enable_tests pytest