Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tcolorpy/
Date: Sun, 31 Jul 2022 18:20:42
Message-Id: 1659291623.c1c0ee45fa88182109a719870aca43d2f18eb549.arthurzam@gentoo
1 commit: c1c0ee45fa88182109a719870aca43d2f18eb549
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 17:34:23 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:20:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c0ee45
7
8 dev-python/tcolorpy: Use PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
16 new file mode 100644
17 index 000000000000..cdd2418bc6ae
18 --- /dev/null
19 +++ b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="tcolorpy is a Python library to apply true color for terminal text"
32 +HOMEPAGE="https://github.com/thombashi/tcolorpy"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +distutils_enable_tests pytest