summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-18 19:40:27 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-01-16 10:33:29 +0200
commit6b09a4c8792e3fe899948ac04577ffdf966711f4 (patch)
tree7ff7cee8daa1376c4f1294cfb352bf0bd304769c /dev-python/pastel/pastel-0.2.1.ebuild
parentmail-mta/postfix: bump to 3.6_pre20210110 (diff)
downloadgentoo-6b09a4c8792e3fe899948ac04577ffdf966711f4.tar.gz
gentoo-6b09a4c8792e3fe899948ac04577ffdf966711f4.tar.bz2
gentoo-6b09a4c8792e3fe899948ac04577ffdf966711f4.zip
dev-python/pastel: Python library for colorizing strings in terminal
* Dependency of dev-python/clikit Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pastel/pastel-0.2.1.ebuild')
-rw-r--r--dev-python/pastel/pastel-0.2.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
new file mode 100644
index 000000000000..69b06142a787
--- /dev/null
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Bring colors to your terminal"
+HOMEPAGE="https://github.com/sdispater/pastel"
+SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest