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 0F6A2158041 for ; Sat, 13 Apr 2024 09:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D16EE2A2C; Sat, 13 Apr 2024 09:08:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7225E2A2C for ; Sat, 13 Apr 2024 09:08:48 +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 2265E34337C for ; Sat, 13 Apr 2024 09:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54E471513 for ; Sat, 13 Apr 2024 09:08:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1712999319.c73356651a24c50fe10a9c6c6510aa2bada113e4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild X-VCS-Directories: app-text/rnc2rng/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c73356651a24c50fe10a9c6c6510aa2bada113e4 X-VCS-Branch: master Date: Sat, 13 Apr 2024 09:08:46 +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: 2c19ead3-3a24-4456-b668-8db6f137e27e X-Archives-Hash: 7c769b7d8ddd792eefc8987bdd792450 commit: c73356651a24c50fe10a9c6c6510aa2bada113e4 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 13 09:06:16 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 13 09:08:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7335665 app-text/rnc2rng: enable py3.12 Closes: https://bugs.gentoo.org/929367 Signed-off-by: Ulrich Müller gentoo.org> app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild index e291b8cc981a..6128abda57bf 100644 --- a/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi