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 1E1481581EE for ; Fri, 28 Mar 2025 15:10:36 +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 08DB53431FC for ; Fri, 28 Mar 2025 15:10:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B1F91104C1; Fri, 28 Mar 2025 15:10: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 bobolink.gentoo.org (Postfix) with ESMTPS id 2B0891104C2 for ; Fri, 28 Mar 2025 15:10:08 +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 BFACB34315A for ; Fri, 28 Mar 2025 15:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1657528C8 for ; Fri, 28 Mar 2025 15:10:04 +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: <1743174506.34c8d6da273ba90e18c70ff31e1ca90e61f8dd37.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/calcurse-4.8.1-r1.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34c8d6da273ba90e18c70ff31e1ca90e61f8dd37 X-VCS-Branch: master Date: Fri, 28 Mar 2025 15:10:04 +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: 9f92ec2a-1efb-47d1-b652-1f91d61d3af9 X-Archives-Hash: 1e335e56ca6da1fbf29d32d19cb7d6e5 commit: 34c8d6da273ba90e18c70ff31e1ca90e61f8dd37 Author: Kai-Chun Ning (Github Signing key) gmail com> AuthorDate: Wed Mar 26 12:02:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 28 15:08:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c8d6da app-office/calcurse: enable Python 3.13 Signed-off-by: Kai-Chun Ning (Github Signing key) gmail.com> Signed-off-by: Sam James gentoo.org> app-office/calcurse/calcurse-4.8.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/calcurse/calcurse-4.8.1-r1.ebuild b/app-office/calcurse/calcurse-4.8.1-r1.ebuild index 220cae348ddd..56519506b4da 100644 --- a/app-office/calcurse/calcurse-4.8.1-r1.ebuild +++ b/app-office/calcurse/calcurse-4.8.1-r1.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} ) inherit python-single-r1