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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C143D1381F3 for ; Thu, 7 May 2020 21:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6527E0896; Thu, 7 May 2020 21:59:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C89DAE0896 for ; Thu, 7 May 2020 21:59:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFC2634F2DE for ; Thu, 7 May 2020 21:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD4226 for ; Thu, 7 May 2020 21:59:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1588888754.2a082d8ffd3c9219fcf8505a09badd99b8038b2d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild dev-python/ansicolor/ansicolor-0.2.6.ebuild X-VCS-Directories: dev-python/ansicolor/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2a082d8ffd3c9219fcf8505a09badd99b8038b2d X-VCS-Branch: master Date: Thu, 7 May 2020 21:59:18 +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: d1f6618a-775b-4a45-960d-252f3f3827ab X-Archives-Hash: 905d719c92bdd268efc17a0e4eec6b4f commit: 2a082d8ffd3c9219fcf8505a09badd99b8038b2d Author: Mikle Kolyada gentoo org> AuthorDate: Thu May 7 21:58:44 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu May 7 21:59:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a082d8f dev-python/ansicolor: marge stable keywords Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild | 2 +- dev-python/ansicolor/ansicolor-0.2.6.ebuild | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild index 25c10321fe6..744f7665ed0 100644 --- a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild +++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then distutils_enable_tests pytest else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Produce ansi color output and colored highlighting and diffing" diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild b/dev-python/ansicolor/ansicolor-0.2.6.ebuild deleted file mode 100644 index 866117da949..00000000000 --- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Produce ansi color output and colored highlighting and diffing" -HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"