commit: c1c0ee45fa88182109a719870aca43d2f18eb549
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 17:34:23 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:20:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c0ee45
dev-python/tcolorpy: Use PEP517
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
new file mode 100644
index 000000000000..cdd2418bc6ae
--- /dev/null
+++ b/dev-python/tcolorpy/tcolorpy-0.1.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="tcolorpy is a Python library to apply true color for terminal
text"
+HOMEPAGE="https://github.com/thombashi/tcolorpy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest