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 485511580EB for ; Mon, 26 May 2025 08:07:38 +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 34EBB3430E0 for ; Mon, 26 May 2025 08:07:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2FE9B110287; Mon, 26 May 2025 08:07:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 275E9110287 for ; Mon, 26 May 2025 08:07:37 +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 D2AAE343088 for ; Mon, 26 May 2025 08:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703FBECC for ; Mon, 26 May 2025 08:07:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748246832.5bc1ba3eaa7530a3bc4b8ea217dbfa5604625320.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.2.0.ebuild dev-python/wxpython/wxpython-4.2.1-r2.ebuild dev-python/wxpython/wxpython-4.2.2.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bc1ba3eaa7530a3bc4b8ea217dbfa5604625320 X-VCS-Branch: master Date: Mon, 26 May 2025 08:07:35 +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: c94a08b0-f9c5-4485-86ae-0cd727bc0e02 X-Archives-Hash: 21f2607b4a52daa7a97e2c3267e9fc99 commit: 5bc1ba3eaa7530a3bc4b8ea217dbfa5604625320 Author: Sam James gentoo org> AuthorDate: Mon May 26 08:07:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 26 08:07:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc1ba3e dev-python/wxpython: disable py3.10 Signed-off-by: Sam James gentoo.org> dev-python/wxpython/wxpython-4.2.0.ebuild | 2 +- dev-python/wxpython/wxpython-4.2.1-r2.ebuild | 2 +- dev-python/wxpython/wxpython-4.2.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild index 902118241252..878f2b87596e 100644 --- a/dev-python/wxpython/wxpython-4.2.0.ebuild +++ b/dev-python/wxpython/wxpython-4.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_IN_SOURCE_BUILD="1" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) PYPI_NO_NORMALIZE=1 PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3" diff --git a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild index 240f1f4e3bd6..be2499a79b4a 100644 --- a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild +++ b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_IN_SOURCE_BUILD="1" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYPI_NO_NORMALIZE=1 PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3" diff --git a/dev-python/wxpython/wxpython-4.2.2.ebuild b/dev-python/wxpython/wxpython-4.2.2.ebuild index 5fcc200f96dd..17bf6c5b1a62 100644 --- a/dev-python/wxpython/wxpython-4.2.2.ebuild +++ b/dev-python/wxpython/wxpython-4.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYPI_NO_NORMALIZE=1 PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3"