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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 348A715813A for ; Sun, 19 Jan 2025 15:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 556A4E075F; Sun, 19 Jan 2025 15:05:08 +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 6CFADE075F for ; Sun, 19 Jan 2025 15:05:06 +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 803D5335CB4 for ; Sun, 19 Jan 2025 15:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B360C97F for ; Sun, 19 Jan 2025 15:05:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1737299068.5819262fcbca19f31c4f9b375107cefb59df41ae.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/ponysay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/ponysay/ponysay-3.0.3.ebuild X-VCS-Directories: games-misc/ponysay/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5819262fcbca19f31c4f9b375107cefb59df41ae X-VCS-Branch: master Date: Sun, 19 Jan 2025 15:05:03 +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: 320ca524-b2be-4f82-8e85-1b2d121d5563 X-Archives-Hash: 90cbd7937b108937d0a22f3671d10358 commit: 5819262fcbca19f31c4f9b375107cefb59df41ae Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 19 11:50:30 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 19 15:04:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5819262f games-misc/ponysay: Add python3_13 and python3_13t Manually tested. Signed-off-by: James Le Cuirot gentoo.org> games-misc/ponysay/ponysay-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild index 8c803cdffed7..9a1b444b8a9d 100644 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild +++ b/games-misc/ponysay/ponysay-3.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} python3_13t ) inherit bash-completion-r1 python-single-r1 DESCRIPTION="cowsay reimplemention for ponies"