From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1440133-garchives=archives.gentoo.org@lists.gentoo.org> 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA68B158094 for <garchives@archives.gentoo.org>; Tue, 27 Sep 2022 12:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E392FE0CC8; Tue, 27 Sep 2022 12:16:10 +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 BE4D1E0CBA for <gentoo-commits@lists.gentoo.org>; Tue, 27 Sep 2022 12:16:10 +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 DB10D340CC0 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Sep 2022 12:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7470B5F8 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Sep 2022 12:16:07 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> Message-ID: <1664280957.2a187a6d08cd9620953dbc9a9b80118e9a65e603.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/QtPy/QtPy-2.2.0.ebuild X-VCS-Directories: dev-python/QtPy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2a187a6d08cd9620953dbc9a9b80118e9a65e603 X-VCS-Branch: master Date: Tue, 27 Sep 2022 12:16:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16605994-d758-4afc-a922-2c0370ff5abb X-Archives-Hash: a96c1b63a99efe30b813194b1d9fd47c commit: 2a187a6d08cd9620953dbc9a9b80118e9a65e603 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Sep 27 12:14:22 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Sep 27 12:15:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a187a6d dev-python/QtPy: drop pyside6 + python3_11 restriction Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/QtPy/QtPy-2.2.0.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-python/QtPy/QtPy-2.2.0.ebuild b/dev-python/QtPy/QtPy-2.2.0.ebuild index 6c8adb1b00bf..3da0d633e745 100644 --- a/dev-python/QtPy/QtPy-2.2.0.ebuild +++ b/dev-python/QtPy/QtPy-2.2.0.ebuild @@ -27,11 +27,7 @@ _IUSE_QT_MODULES=" IUSE="+pyqt5 pyqt6 pyside2 pyside6 ${_IUSE_QT_MODULES}" unset _IUSE_QT_MODULES -# PySide6 is not yet ready for python3_11 -REQUIRED_USE=" - || ( pyqt5 pyqt6 pyside2 pyside6 ) - pyside6? ( !python_targets_python3_11 ) -" +REQUIRED_USE="|| ( pyqt5 pyqt6 pyside2 pyside6 )" # These flags are currently *not* common to the PySide2/6 and PyQt5/6 ebuilds # Disable them for now, please check periodically if this is still up to date. @@ -95,7 +91,6 @@ RDEPEND=" dev-python/pyside2[sql?,svg?,testlib?,webchannel?,webengine?,websockets?] dev-python/pyside2[widgets?,xml?] ) - !python_targets_python3_11? ( pyside6? ( dev-python/pyside6[${PYTHON_USEDEP}] dev-python/pyside6[designer?,gui?,help?,multimedia?,network?,opengl?] @@ -103,7 +98,6 @@ RDEPEND=" dev-python/pyside6[sql?,svg?,testlib?,webchannel?,webengine?,websockets?] dev-python/pyside6[widgets?,xml?] ) - ) " # The QtPy testsuite skips tests for bindings that are not installed, so here we @@ -136,7 +130,6 @@ BDEPEND=" dev-python/pyside2[webchannel,webengine,websockets,widgets,x11extras] dev-python/pyside2[xml,xmlpatterns] ) - !python_targets_python3_11? ( pyside6? ( dev-python/pyside6[${PYTHON_USEDEP}] dev-python/pyside6[concurrent,dbus,designer,gui,help,multimedia] @@ -144,7 +137,6 @@ BDEPEND=" dev-python/pyside6[quick,quick3d,serialport,sql,svg,testlib] dev-python/pyside6[webchannel,webengine,websockets,widgets,xml] ) - ) ) "