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 9F29C1584AD for ; Thu, 01 May 2025 18:14:00 +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 69B5B343062 for ; Thu, 01 May 2025 18:14:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4A0B611036D; Thu, 01 May 2025 18:13:57 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 35DC511036D for ; Thu, 01 May 2025 18:13:57 +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 E72D9342FEA for ; Thu, 01 May 2025 18:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5530C2662 for ; Thu, 01 May 2025 18:13:55 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1746123121.ec6fd88e1ae5746c0b19c13c08b9ef74245f40ee.eschwartz@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-5.1-r1.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: ec6fd88e1ae5746c0b19c13c08b9ef74245f40ee X-VCS-Branch: dev Date: Thu, 01 May 2025 18:13:55 +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: 9a1fbba4-b519-48c5-938b-42d2131bea18 X-Archives-Hash: 027963ce7b7759d6aaf549e96a6f13ed commit: ec6fd88e1ae5746c0b19c13c08b9ef74245f40ee Author: Eli Schwartz gentoo org> AuthorDate: Thu May 1 18:12:01 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu May 1 18:12:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec6fd88e dev-python/pywebview: disable py3.13 Partially reverts commit 1f6064e8181fecf1607154b873d8d226158f189e. This clearly, clearly, clearly wasn't tested. Its dependencies aren't built or buildable for py3.13 so how could the author of that commit have been able to run the package for that version? Fixes: 1f6064e8181fecf1607154b873d8d226158f189e Signed-off-by: Eli Schwartz gentoo.org> dev-python/pywebview/pywebview-4.4.1-r1.ebuild | 2 +- dev-python/pywebview/pywebview-5.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild index 0e3284213..8622578d1 100644 --- a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild +++ b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 pypi diff --git a/dev-python/pywebview/pywebview-5.1-r1.ebuild b/dev-python/pywebview/pywebview-5.1-r1.ebuild index 0e3284213..8622578d1 100644 --- a/dev-python/pywebview/pywebview-5.1-r1.ebuild +++ b/dev-python/pywebview/pywebview-5.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 pypi