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 BA87A15802E for ; Tue, 25 Jun 2024 09:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B67E2A24; Tue, 25 Jun 2024 09:52:10 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B4E2DE2A24 for ; Tue, 25 Jun 2024 09:52:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D174333BE32 for ; Tue, 25 Jun 2024 09:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9531D5D for ; Tue, 25 Jun 2024 09:52:06 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719147368.9a91e3ececa6d8c5f6f978505a01b2abaeb5d4a1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pywebview/pywebview-5.1.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9a91e3ececa6d8c5f6f978505a01b2abaeb5d4a1 X-VCS-Branch: master Date: Tue, 25 Jun 2024 09:52:06 +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: 09f5ed6d-3bfe-49e8-be5d-df96d92c40fd X-Archives-Hash: 79291d77d8d8498ec71de2b51e7ff0ca commit: 9a91e3ececa6d8c5f6f978505a01b2abaeb5d4a1 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Jun 23 12:56:08 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Jun 23 12:56:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a91e3ec dev-python/pywebview: disable py3.12 dev-python/pyside2 does not support py3.12 yet. Signed-off-by: Viorel Munteanu gentoo.org> dev-python/pywebview/pywebview-5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1.ebuild index c8abe8a79..3e88abf77 100644 --- a/dev-python/pywebview/pywebview-5.1.ebuild +++ b/dev-python/pywebview/pywebview-5.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi