From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EEC871581F0 for ; Wed, 22 Jan 2025 23:52:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8AF6343026 for ; Wed, 22 Jan 2025 23:52:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2774211042F; Wed, 22 Jan 2025 23:52:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 1DB4C11042F for ; Wed, 22 Jan 2025 23:52:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF893342FA3 for ; Wed, 22 Jan 2025 23:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 299601D85 for ; Wed, 22 Jan 2025 23:52:28 +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: <1737589908.07e83cb78d2b7b7a305fa2fc99671466b69a6b89.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qtpy/metadata.xml X-VCS-Directories: dev-python/qtpy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07e83cb78d2b7b7a305fa2fc99671466b69a6b89 X-VCS-Branch: master Date: Wed, 22 Jan 2025 23:52:28 +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: 1916dd80-c244-4460-96fc-1fe6589d9445 X-Archives-Hash: 99080e8e09587bbf3802b2807eef909a commit: 07e83cb78d2b7b7a305fa2fc99671466b69a6b89 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 22 17:24:48 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 22 23:51:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e83cb7 dev-python/qtpy: Update metadata.xml Fix PkgMetadataXmlInvalidPkgRef re last-rited dev-python/pyside2 while 2.4.2-r0 is still hanging around. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/qtpy/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/qtpy/metadata.xml b/dev-python/qtpy/metadata.xml index 7feee8ad3488..2c32e7f74480 100644 --- a/dev-python/qtpy/metadata.xml +++ b/dev-python/qtpy/metadata.xml @@ -11,13 +11,13 @@ QtPy is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. - It provides support for PyQt5, PyQt4, PySide2 and PySide using the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets). - Basically, you can write your code as if you were using PySide2 but import Qt modules from qtpy instead of PySide2 (or PyQt5) + It provides support for PyQt6, PyQt5 and PySide6. + Basically, you can write your code as if you were using PyQt6 but import Qt modules from qtpy instead of PyQt6 (or PySide6) Use dev-python/pyqt5 as Qt for Python implementation Use dev-python/pyqt6 as Qt for Python implementation - Use dev-python/pyside2 as Qt for Python implementation + Use dev-python/pyside2 as Qt for Python implementation Use dev-python/pyside6 as Qt for Python implementation Pull in bindings for the QtDesigner module and enable the designer plugin Pull in bindings for the QtGui module