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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB077158013 for ; Mon, 4 Dec 2023 19:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B672BC01A; Mon, 4 Dec 2023 19:45:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D6962BC01A for ; Mon, 4 Dec 2023 19:45:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D187335CB4 for ; Mon, 4 Dec 2023 19:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9352AF6 for ; Mon, 4 Dec 2023 19:45:06 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1701718729.8dcb8f91f8f7c63a20dc9ce6e2e294f81516d211.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8dcb8f91f8f7c63a20dc9ce6e2e294f81516d211 X-VCS-Branch: dev Date: Mon, 4 Dec 2023 19:45:06 +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: 9ea75e10-99b1-4f8e-89f7-55726a495e6f X-Archives-Hash: 0d3be88333577a21eb5c0da7bcd41ae2 commit: 8dcb8f91f8f7c63a20dc9ce6e2e294f81516d211 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Dec 3 14:52:03 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 4 19:38:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dcb8f91 app-admin/akita: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-admin/akita/akita-0.1.4.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-admin/akita/akita-0.1.4.ebuild b/app-admin/akita/akita-0.1.4.ebuild index 8dbb2d4b76..56d7d95272 100644 --- a/app-admin/akita/akita-0.1.4.ebuild +++ b/app-admin/akita/akita-0.1.4.ebuild @@ -1,15 +1,18 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="An HTTP log monitoring tool for your terminal" -HOMEPAGE="https://github.com/michael-lazar/Akita https://pypi.org/project/akita/" +HOMEPAGE=" + https://github.com/michael-lazar/Akita + https://pypi.org/project/akita/ +" SRC_URI="https://github.com/michael-lazar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN^}-${PV}"