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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D2511382C5 for ; Fri, 21 May 2021 16:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AAC7E07A5; Fri, 21 May 2021 16:09:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A6B4E07A5 for ; Fri, 21 May 2021 16:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3226340C44 for ; Fri, 21 May 2021 16:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C3E787 for ; Fri, 21 May 2021 16:08:58 +0000 (UTC) From: "Andrew Ammerlaan" 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" Message-ID: <1621613336.66e7b25d79ffd8ac927a939a6ce23a031cdb9897.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-1.9.0-r4.ebuild X-VCS-Directories: dev-python/QtPy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 66e7b25d79ffd8ac927a939a6ce23a031cdb9897 X-VCS-Branch: master Date: Fri, 21 May 2021 16:08:58 +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: a7d2af49-bffc-457b-aa7a-21ae43ed75bf X-Archives-Hash: ce050dc30b8bc4f1f402d0d65e65cccb commit: 66e7b25d79ffd8ac927a939a6ce23a031cdb9897 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri May 21 16:08:45 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri May 21 16:08:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e7b25d dev-python/QtPy: drop webkit dep It is deprecated, and the tests will work either way because things which are not found are automatically skipped. Also require both pyqt5 and pyside2 to be set if we want to run tests, because it won't work if one of them is disabled. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/QtPy/QtPy-1.9.0-r4.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/QtPy/QtPy-1.9.0-r4.ebuild b/dev-python/QtPy/QtPy-1.9.0-r4.ebuild index b31189ce6bd..0aa58b9aaab 100644 --- a/dev-python/QtPy/QtPy-1.9.0-r4.ebuild +++ b/dev-python/QtPy/QtPy-1.9.0-r4.ebuild @@ -23,7 +23,10 @@ _IUSE_QT_MODULES=" IUSE="+pyqt5 pyside2 ${_IUSE_QT_MODULES}" unset _IUSE_QT_MODULES -REQUIRED_USE="|| ( pyqt5 pyside2 )" +REQUIRED_USE=" + || ( pyqt5 pyside2 ) + test? ( pyqt5 pyside2 ) +" # These flags are currently *not* common to both the PySide2 and PyQt5 ebuild # Disable them for now, please check periodically if this is still up to date. @@ -89,7 +92,7 @@ BDEPEND=" dev-python/PyQt5[bluetooth,dbus,declarative,designer,gui,help,location] dev-python/PyQt5[multimedia,network,networkauth,opengl,positioning] dev-python/PyQt5[printsupport,sensors,serialport,sql,svg,testlib] - dev-python/PyQt5[webchannel,webkit,websockets,widgets,x11extras,xml(+)] + dev-python/PyQt5[webchannel,websockets,widgets,x11extras,xml(+)] dev-python/PyQt5[xmlpatterns] dev-python/PyQtWebEngine[${PYTHON_USEDEP}] dev-python/pyside2[${PYTHON_USEDEP}]