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 EA9F01584AD for ; Sun, 27 Apr 2025 22:57:43 +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 D5D423431CD for ; Sun, 27 Apr 2025 22:57:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E58B01104BC; Sun, 27 Apr 2025 22:57:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DDBF21104BC for ; Sun, 27 Apr 2025 22:57:34 +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 990473431AE for ; Sun, 27 Apr 2025 22:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8740266A for ; Sun, 27 Apr 2025 22:57:31 +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: <1745794618.512c6ed5a6c1bacd6e8db0012ecada5226a0736d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild X-VCS-Directories: media-fonts/terminus-font/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 512c6ed5a6c1bacd6e8db0012ecada5226a0736d X-VCS-Branch: master Date: Sun, 27 Apr 2025 22:57:31 +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: f8f48886-aad9-4221-b3a1-4dfe3c53d2a0 X-Archives-Hash: ddc68a935699b551832c97ec5bd07b4f commit: 512c6ed5a6c1bacd6e8db0012ecada5226a0736d Author: Ian Jordan gmail com> AuthorDate: Sun Apr 27 00:53:02 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 27 22:56:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512c6ed5 media-fonts/terminus-font: enable py3.13 No test suites are included but font package installs and runs correctly at runtime. Closes: https://bugs.gentoo.org/946301 Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41782 Closes: https://github.com/gentoo/gentoo/pull/41782 Signed-off-by: Sam James gentoo.org> media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild b/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild index 64f0455abe95..21afb72e7198 100644 --- a/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild +++ b/media-fonts/terminus-font/terminus-font-4.49.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit font python-any-r1