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 9A357158094 for ; Mon, 11 Jul 2022 23:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92EBE0B0A; Mon, 11 Jul 2022 23:34:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 031ECE0B0A for ; Mon, 11 Jul 2022 23:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 136103410C8 for ; Mon, 11 Jul 2022 23:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED37105 for ; Mon, 11 Jul 2022 23:34:04 +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: <1657582412.5718c13c8280b7dcffd745d4194f9bff764f8b8e.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: 5718c13c8280b7dcffd745d4194f9bff764f8b8e X-VCS-Branch: dev Date: Mon, 11 Jul 2022 23:34:04 +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: a43742e5-19f2-4362-9f9c-d18f99bc5159 X-Archives-Hash: d7fce48b7c6232e5d204ba2fafa4d651 commit: 5718c13c8280b7dcffd745d4194f9bff764f8b8e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 23:33:30 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 11 23:33:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5718c13c app-admin/akita: single impl Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-admin/akita/akita-0.1.4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-admin/akita/akita-0.1.4.ebuild b/app-admin/akita/akita-0.1.4.ebuild index 3362df7a4..261795e28 100644 --- a/app-admin/akita/akita-0.1.4.ebuild +++ b/app-admin/akita/akita-0.1.4.ebuild @@ -6,10 +6,14 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 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}"