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 EE7BD1584AD for ; Mon, 05 May 2025 08:09: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 D58FD343148 for ; Mon, 05 May 2025 08:09:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB80311036D; Mon, 05 May 2025 08:09:35 +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 C295F11036D for ; Mon, 05 May 2025 08:09:35 +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 6BD70343144 for ; Mon, 05 May 2025 08:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C15F1E0F for ; Mon, 05 May 2025 08:09:34 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1746432567.7cf9c6f896b921c61632caedb65cff401cdc66e3.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/hatop/hatop-0.8.2.ebuild X-VCS-Directories: net-proxy/hatop/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 7cf9c6f896b921c61632caedb65cff401cdc66e3 X-VCS-Branch: master Date: Mon, 05 May 2025 08:09:34 +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: e6321b97-10c8-448b-9e32-e8c4b0b11ad7 X-Archives-Hash: 6c081f095dd49f148f55f33e9cde72f3 commit: 7cf9c6f896b921c61632caedb65cff401cdc66e3 Author: Christian Ruppert gentoo org> AuthorDate: Mon May 5 08:09:27 2025 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon May 5 08:09:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf9c6f8 net-proxy/hatop: Add Python 3.13 Bug: https://bugs.gentoo.org/952631 Signed-off-by: Christian Ruppert gentoo.org> net-proxy/hatop/hatop-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild b/net-proxy/hatop/hatop-0.8.2.ebuild index a0a1364cd6bb..190d15266bf0 100644 --- a/net-proxy/hatop/hatop-0.8.2.ebuild +++ b/net-proxy/hatop/hatop-0.8.2.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=7 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) PYTHON_REQ_USE="ncurses" inherit python-r1