summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-termcolor/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-termcolor/package.py b/var/spack/repos/builtin/packages/py-termcolor/package.py
new file mode 100644
index 0000000000..4b1cc5a1a1
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-termcolor/package.py
@@ -0,0 +1,15 @@
+# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyTermcolor(PythonPackage):
+ """ANSII Color formatting for output in terminal."""
+
+ homepage = "https://pypi.org/project/termcolor/"
+ url = "https://pypi.io/packages/source/t/termcolor/termcolor-1.1.0.tar.gz"
+
+ version('1.1.0', sha256='1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b')