Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/
Date: Thu, 07 May 2020 21:59:22
Message-Id: 1588888754.2a082d8ffd3c9219fcf8505a09badd99b8038b2d.zlogene@gentoo
1 commit: 2a082d8ffd3c9219fcf8505a09badd99b8038b2d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 21:58:44 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 21:59:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a082d8f
7
8 dev-python/ansicolor: marge stable keywords
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild | 2 +-
14 dev-python/ansicolor/ansicolor-0.2.6.ebuild | 19 -------------------
15 2 files changed, 1 insertion(+), 20 deletions(-)
16
17 diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
18 index 25c10321fe6..744f7665ed0 100644
19 --- a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
20 +++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
22 distutils_enable_tests pytest
23 else
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="amd64 x86"
27 fi
28
29 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
30
31 diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
32 deleted file mode 100644
33 index 866117da949..00000000000
34 --- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
35 +++ /dev/null
36 @@ -1,19 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python3_6 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
47 -HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
53 -IUSE=""
54 -
55 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"