From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63FE115813A for ; Tue, 14 Jan 2025 18:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ADF7E07F0; Tue, 14 Jan 2025 18:48:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51D5EE07F0 for ; Tue, 14 Jan 2025 18:48:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FEB8342FB1 for ; Tue, 14 Jan 2025 18:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E10582078 for ; Tue, 14 Jan 2025 18:48:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1736880481.e9d0484cabba73c337d37c1b8136595082cb4e45.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/picard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/picard/picard-9999.ebuild X-VCS-Directories: media-sound/picard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9d0484cabba73c337d37c1b8136595082cb4e45 X-VCS-Branch: master Date: Tue, 14 Jan 2025 18:48:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 607dbfb4-0ee6-48b1-a459-dc2e28ceb458 X-Archives-Hash: 00d1a4f684a8e52a2f46be4ef9710df8 commit: e9d0484cabba73c337d37c1b8136595082cb4e45 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 14 18:34:35 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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