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 D9BE2158094 for ; Thu, 7 Jul 2022 00:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14077E0F59; Thu, 7 Jul 2022 00:41:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id F0910E0F59 for ; Thu, 7 Jul 2022 00:41:34 +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 180AB3418FD for ; Thu, 7 Jul 2022 00:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B82A542 for ; Thu, 7 Jul 2022 00:41:30 +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: <1657154447.4b58470ea772abbc5fcf1bdb404fbcff3e274c65.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/Manifest 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: 4b58470ea772abbc5fcf1bdb404fbcff3e274c65 X-VCS-Branch: dev Date: Thu, 7 Jul 2022 00:41:30 +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: 559bbd80-972f-435b-9905-a106d1c5d9e0 X-Archives-Hash: 24e1f95da5c212ead453944012287b0d commit: 4b58470ea772abbc5fcf1bdb404fbcff3e274c65 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:40:21 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jul 7 00:40:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b58470e app-admin/akita: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-admin/akita/Manifest | 2 +- app-admin/akita/akita-0.1.4.ebuild | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/akita/Manifest b/app-admin/akita/Manifest index b45473049..f1b58f3aa 100644 --- a/app-admin/akita/Manifest +++ b/app-admin/akita/Manifest @@ -1 +1 @@ -DIST akita-0.1.4.tar.gz 212866 BLAKE2B d6a32943eff8eb110fd4026378ecf04443a0792386ad755e28efeeba983f501f735bdae93bf798413caddec30764c9b6a2521d605e88f84a15081994361ce3ad SHA512 aeb5f6c21b4cb69c9adf58516db6ad951db562f5a12ff71f3816b9a962c4c2503120f6140f53b82893c441565676f3bc41a19ea2301728502d5a2c191372fdba +DIST akita-0.1.4.gh.tar.gz 212866 BLAKE2B d6a32943eff8eb110fd4026378ecf04443a0792386ad755e28efeeba983f501f735bdae93bf798413caddec30764c9b6a2521d605e88f84a15081994361ce3ad SHA512 aeb5f6c21b4cb69c9adf58516db6ad951db562f5a12ff71f3816b9a962c4c2503120f6140f53b82893c441565676f3bc41a19ea2301728502d5a2c191372fdba diff --git a/app-admin/akita/akita-0.1.4.ebuild b/app-admin/akita/akita-0.1.4.ebuild index 64d9a3993..3362df7a4 100644 --- a/app-admin/akita/akita-0.1.4.ebuild +++ b/app-admin/akita/akita-0.1.4.ebuild @@ -1,17 +1,17 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} 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/" -SRC_URI="https://github.com/michael-lazar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/Akita-${PV}" +SRC_URI="https://github.com/michael-lazar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN^}-${PV}" LICENSE="MIT" SLOT="0"