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 F29591580EB for ; Wed, 28 May 2025 02:49:41 +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 BE49E343019 for ; Wed, 28 May 2025 02:49:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A36A311047E; Wed, 28 May 2025 02:49:28 +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 9E44811047E for ; Wed, 28 May 2025 02:49:28 +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 1CAB634310F for ; Wed, 28 May 2025 02:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C81728EE for ; Wed, 28 May 2025 02:49:26 +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: <1748400534.1d9bd59a4b9148a539b30af155495763dd642711.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/retext/retext-8.0.2-r1.ebuild app-editors/retext/retext-8.1.0.ebuild app-editors/retext/retext-9999.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d9bd59a4b9148a539b30af155495763dd642711 X-VCS-Branch: master Date: Wed, 28 May 2025 02:49:26 +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: 99f35244-0de8-48dc-9e26-63e5068dd6b8 X-Archives-Hash: e4919b060e8b7c25943039e65b50a9f8 commit: 1d9bd59a4b9148a539b30af155495763dd642711 Author: Sam James gentoo org> AuthorDate: Wed May 28 02:48:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 02:48:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9bd59a app-editors/retext: disable py3.10 Signed-off-by: Sam James gentoo.org> app-editors/retext/retext-8.0.2-r1.ebuild | 2 +- app-editors/retext/retext-8.1.0.ebuild | 2 +- app-editors/retext/retext-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/retext/retext-8.0.2-r1.ebuild b/app-editors/retext/retext-8.0.2-r1.ebuild index 6a627d297556..6e25e81d15a8 100644 --- a/app-editors/retext/retext-8.0.2-r1.ebuild +++ b/app-editors/retext/retext-8.0.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_SINGLE_IMPL=1 PYPI_NO_NORMALIZE=1 diff --git a/app-editors/retext/retext-8.1.0.ebuild b/app-editors/retext/retext-8.1.0.ebuild index bd9f1e3717b0..5e82d7767862 100644 --- a/app-editors/retext/retext-8.1.0.ebuild +++ b/app-editors/retext/retext-8.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_SINGLE_IMPL=1 PYPI_NO_NORMALIZE=1 diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild index 13479b009b02..26ae2ee59e40 100644 --- a/app-editors/retext/retext-9999.ebuild +++ b/app-editors/retext/retext-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_SINGLE_IMPL=1 PYPI_NO_NORMALIZE=1