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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78AE5159C9B for ; Fri, 2 Aug 2024 10:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CAB92BC028; Fri, 2 Aug 2024 10:42:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E7CD2BC028 for ; Fri, 2 Aug 2024 10:42:06 +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 29CF8340C8A for ; Fri, 2 Aug 2024 10:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55D2C1732 for ; Fri, 2 Aug 2024 10:42:03 +0000 (UTC) From: "Jens Mühlenhoff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jens Mühlenhoff" Message-ID: <1722595284.0ea4f838ade98012b6d07a79c77c813ef9ef3d17.j.muehlenhoff@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pywebview/pywebview-4.4.1-r1.ebuild dev-python/pywebview/pywebview-4.4.1.ebuild dev-python/pywebview/pywebview-5.1-r1.ebuild dev-python/pywebview/pywebview-5.1.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: j.muehlenhoff X-VCS-Committer-Name: Jens Mühlenhoff X-VCS-Revision: 0ea4f838ade98012b6d07a79c77c813ef9ef3d17 X-VCS-Branch: dev Date: Fri, 2 Aug 2024 10:42:03 +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: 4f02fb2f-a50a-4419-afa5-04e842c1db27 X-Archives-Hash: 6ceffca22d529c18846d99f8d7db758d commit: 0ea4f838ade98012b6d07a79c77c813ef9ef3d17 Author: Jens Mühlenhoff gmx de> AuthorDate: Fri Aug 2 10:37:36 2024 +0000 Commit: Jens Mühlenhoff gmx de> CommitDate: Fri Aug 2 10:41:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ea4f838 dev-python/pywebview: remove qt5, pyside2 is deprecated and no py3.12 support Signed-off-by: Jens Mühlenhoff gmx.de> .../{pywebview-4.4.1.ebuild => pywebview-4.4.1-r1.ebuild} | 8 ++------ .../pywebview/{pywebview-5.1.ebuild => pywebview-5.1-r1.ebuild} | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/dev-python/pywebview/pywebview-4.4.1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild similarity index 81% rename from dev-python/pywebview/pywebview-4.4.1.ebuild rename to dev-python/pywebview/pywebview-4.4.1-r1.ebuild index 015ed2bd9..961b33ab3 100644 --- a/dev-python/pywebview/pywebview-4.4.1.ebuild +++ b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild @@ -14,8 +14,8 @@ HOMEPAGE="https://github.com/r0x0r/pywebview" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gtk qt5 qt6" -REQUIRED_USE="|| ( gtk qt5 qt6 )" +IUSE="gtk qt6" +REQUIRED_USE="|| ( gtk qt6 )" RDEPEND=" dev-python/bottle @@ -25,10 +25,6 @@ RDEPEND=" dev-python/pygobject[cairo,${PYTHON_USEDEP}] net-libs/webkit-gtk ) - qt5? ( - dev-python/pyside2[${PYTHON_USEDEP},webengine] - dev-python/QtPy[${PYTHON_USEDEP},webengine] - ) qt6? ( dev-python/pyside6[${PYTHON_USEDEP},webengine] dev-python/QtPy[${PYTHON_USEDEP},webengine] diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1-r1.ebuild similarity index 81% rename from dev-python/pywebview/pywebview-5.1.ebuild rename to dev-python/pywebview/pywebview-5.1-r1.ebuild index 3e88abf77..365fa8a0f 100644 --- a/dev-python/pywebview/pywebview-5.1.ebuild +++ b/dev-python/pywebview/pywebview-5.1-r1.ebuild @@ -14,8 +14,8 @@ HOMEPAGE="https://github.com/r0x0r/pywebview" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gtk qt5 qt6" -REQUIRED_USE="|| ( gtk qt5 qt6 )" +IUSE="gtk qt6" +REQUIRED_USE="|| ( gtk qt6 )" RDEPEND=" dev-python/bottle @@ -25,10 +25,6 @@ RDEPEND=" dev-python/pygobject[cairo,${PYTHON_USEDEP}] net-libs/webkit-gtk ) - qt5? ( - dev-python/pyside2[${PYTHON_USEDEP},webengine] - dev-python/QtPy[${PYTHON_USEDEP},webengine] - ) qt6? ( dev-python/pyside6[${PYTHON_USEDEP},webengine] dev-python/QtPy[${PYTHON_USEDEP},webengine]