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 43D4E1581F3 for ; Tue, 26 Nov 2024 00:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98614E0844; Tue, 26 Nov 2024 00:39:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 851C3E0844 for ; Tue, 26 Nov 2024 00:39:05 +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 CDDD1343051 for ; Tue, 26 Nov 2024 00:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3975C1F41 for ; Tue, 26 Nov 2024 00:39:02 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1732534362.91d632d5ac73f0b195ec8022f84de90c3c4baf7b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/syncplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/syncplay/syncplay-1.7.3.ebuild X-VCS-Directories: media-video/syncplay/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 91d632d5ac73f0b195ec8022f84de90c3c4baf7b X-VCS-Branch: master Date: Tue, 26 Nov 2024 00:39:02 +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: 5448a2e1-2291-4620-be0f-351cfa91cd3b X-Archives-Hash: 08ee821be3879335bdb175d28f8509db commit: 91d632d5ac73f0b195ec8022f84de90c3c4baf7b Author: Takuya Wakazono gmail com> AuthorDate: Mon Nov 25 11:32:42 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Nov 25 11:32:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91d632d5 media-video/syncplay: disable py3.10, py3.11 python3_{10,11} depends on dev-python/qtpy[pyside2], which is masked in ::gentoo and will be dropped soon. Signed-off-by: Takuya Wakazono gmail.com> media-video/syncplay/syncplay-1.7.3.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/media-video/syncplay/syncplay-1.7.3.ebuild b/media-video/syncplay/syncplay-1.7.3.ebuild index 7574d137d..9072ee461 100644 --- a/media-video/syncplay/syncplay-1.7.3.ebuild +++ b/media-video/syncplay/syncplay-1.7.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 @@ -29,12 +29,7 @@ RDEPEND=" client? ( gui? ( $( python_gen_cond_dep \ - 'dev-python/qtpy[${PYTHON_USEDEP},gui,pyside2]' \ - python3_{10,11} - ) - $( python_gen_cond_dep \ - 'dev-python/qtpy[${PYTHON_USEDEP},gui,pyside6]' \ - python3_12 + 'dev-python/qtpy[${PYTHON_USEDEP},gui,pyside6]' ) ) || (