From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1343417-garchives=archives.gentoo.org@lists.gentoo.org> 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 AD25F158086 for <garchives@archives.gentoo.org>; Fri, 26 Nov 2021 07:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03603E083D; Fri, 26 Nov 2021 07:53:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DDB51E083D for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 07:53:32 +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 D5918342F47 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 07:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0788E for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 07:53:30 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1637913197.f110d40c1250e8ebd2f620865c09b24b2136c7d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylama/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylama/pylama-8.0.4.ebuild X-VCS-Directories: dev-python/pylama/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f110d40c1250e8ebd2f620865c09b24b2136c7d0 X-VCS-Branch: master Date: Fri, 26 Nov 2021 07:53:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c89afbe-53e8-447c-8a09-6a7842e5071c X-Archives-Hash: 3f6c776703ab22324484fd85e02bcaef commit: f110d40c1250e8ebd2f620865c09b24b2136c7d0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 26 07:52:44 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 26 07:53:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f110d40c dev-python/pylama: Lower KEYWORDS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pylama/pylama-8.0.4.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pylama/pylama-8.0.4.ebuild b/dev-python/pylama/pylama-8.0.4.ebuild index 6b54660dd5ef..56e1af7e7500 100644 --- a/dev-python/pylama/pylama-8.0.4.ebuild +++ b/dev-python/pylama/pylama-8.0.4.ebuild @@ -9,12 +9,10 @@ inherit distutils-r1 DESCRIPTION="Code audit tool for python" HOMEPAGE="https://github.com/klen/pylama" SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz" -# pypi tarball excludes unit tests -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]