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 56C4F1584AD for ; Fri, 02 May 2025 21:34:15 +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 3EC4C343079 for ; Fri, 02 May 2025 21:34:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 441AB110287; Fri, 02 May 2025 21:34:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3971A110287 for ; Fri, 02 May 2025 21:34:14 +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 E5EA5343079 for ; Fri, 02 May 2025 21:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83346F18 for ; Fri, 02 May 2025 21:34:12 +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: <1746221600.660bd41edb786eaf0ded84a9314800002e7624bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/profanity/profanity-0.14.0-r2.ebuild X-VCS-Directories: net-im/profanity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 660bd41edb786eaf0ded84a9314800002e7624bc X-VCS-Branch: master Date: Fri, 02 May 2025 21:34:12 +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: ab798147-f169-4fa0-999c-780348abf183 X-Archives-Hash: 17034edba823bb7d3b1bf1c12cca4dbd commit: 660bd41edb786eaf0ded84a9314800002e7624bc Author: Sam James gentoo org> AuthorDate: Fri May 2 20:56:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 2 21:33:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660bd41e net-im/profanity: enable py3.13 Closes: https://bugs.gentoo.org/952584 Signed-off-by: Sam James gentoo.org> net-im/profanity/profanity-0.14.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 46cc7df80113..63a19d969511 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.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 flag-o-matic python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi"