commit: e9d0484cabba73c337d37c1b8136595082cb4e45
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 18:34:35 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 18:48:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d0484c
media-sound/picard: Switch 9999 to dev-python/pyqt6
Upstream commit 3845de8a64f059e8f294d00725dd9d9c253db0ce
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/picard/picard-9999.ebuild | 9 ++++-----
1 file 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