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 F0F261580EB for ; Wed, 28 May 2025 02:49:32 +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 D675F34313E for ; Wed, 28 May 2025 02:49:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6EBB511047D; 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 69AB711047D 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 F23F4343105 for ; Wed, 28 May 2025 02:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FA428E9 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: <1748400506.a7fa98205bff44dc5d40c3429f10c59faa8f9fcf.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.1.0.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7fa98205bff44dc5d40c3429f10c59faa8f9fcf 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: 16e1fe25-debe-4267-a0ac-4a8a729504d5 X-Archives-Hash: 45aae929a58f41e039f9f4c8ed154c8e commit: a7fa98205bff44dc5d40c3429f10c59faa8f9fcf Author: Philipp Rösner protonmail com> AuthorDate: Thu Apr 10 17:07:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 02:48:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fa9820 app-editors/retext: enable py3.13 for 8.1.0 Closes: https://bugs.gentoo.org/952194 Signed-off-by: Philipp Rösner protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41526 Signed-off-by: Sam James gentoo.org> app-editors/retext/retext-8.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/retext/retext-8.1.0.ebuild b/app-editors/retext/retext-8.1.0.ebuild index 544cb3a8e8e3..bd9f1e3717b0 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_SINGLE_IMPL=1 PYPI_NO_NORMALIZE=1