commit:     8dcb8f91f8f7c63a20dc9ce6e2e294f81516d211
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec  3 14:52:03 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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}"
 

Reply via email to