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]
                )
-               )
        )
 "
 

Reply via email to