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 A3820158042 for ; Tue, 29 Oct 2024 22:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3244E0856; Tue, 29 Oct 2024 22:14:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id DC1FAE0841 for ; Tue, 29 Oct 2024 22:14:57 +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 305A3342FF0 for ; Tue, 29 Oct 2024 22:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E891DCE for ; Tue, 29 Oct 2024 22:14:54 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730236208.4874d3f79c67a2ed3402a3d8cdb9837e5823eb34.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/akita/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/akita/akita-0.1.4.ebuild X-VCS-Directories: app-admin/akita/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4874d3f79c67a2ed3402a3d8cdb9837e5823eb34 X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:14:54 +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: bb4418f5-da13-49b2-b01e-a3c1a596d3c7 X-Archives-Hash: a1841b183451a880b3d2aa254c6b7011 commit: 4874d3f79c67a2ed3402a3d8cdb9837e5823eb34 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 21:10:08 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 29 21:10:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4874d3f7 app-admin/akita: enable py3.13 and disable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-admin/akita/akita-0.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/akita/akita-0.1.4.ebuild b/app-admin/akita/akita-0.1.4.ebuild index 56d7d9527..d7955ff4c 100644 --- a/app-admin/akita/akita-0.1.4.ebuild +++ b/app-admin/akita/akita-0.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3 ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1