Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/
Date: Wed, 05 May 2021 09:25:51
Message-Id: 1620206727.6876c5749c44a363e9846520d95eeedc2caff594.mgorny@gentoo
1 commit: 6876c5749c44a363e9846520d95eeedc2caff594
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 07:28:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 09:25:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876c574
7
8 dev-python/ansicolor: Bump to 0.3.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ansicolor/Manifest | 1 +
13 dev-python/ansicolor/ansicolor-0.3.2.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
17 index 01708bb5bf7..d75f114fc9f 100644
18 --- a/dev-python/ansicolor/Manifest
19 +++ b/dev-python/ansicolor/Manifest
20 @@ -1 +1,2 @@
21 DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5 SHA512 44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121
22 +DIST ansicolor-0.3.2.gh.tar.gz 118221 BLAKE2B f3f621298858974522dd05665c66ffebfc335291b61c6f0e6f835aaddf099559412f12979ad2a43001690b430125c8e1a8fd5427ad3268393d75bd736353d598 SHA512 de1e1bc9d8a02accaa57a64e5d2ea1f510545b3ab83218c47c7a1861e8438862c222147c9dcab0fcb1ec4055dcee07d6cde6d7bfecfbf9ac55c3bb76ac0fb0ab
23
24 diff --git a/dev-python/ansicolor/ansicolor-0.3.2.ebuild b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
25 new file mode 100644
26 index 00000000000..510a58e663b
27 --- /dev/null
28 +++ b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
40 +HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/"
41 +SRC_URI="
42 + https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
43 + -> ${P}.gh.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +distutils_enable_tests pytest