py-colorful: added new package at v0.5.4 (#18997)

This commit is contained in:
Adam J. Stewart 2020-10-04 13:46:23 -05:00 committed by GitHub
parent a99c9f93a1
commit 688dee861a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# Copyright 2013-2020 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)
class PyColorful(PythonPackage):
"""Terminal string styling done right, in Python."""
homepage = "https://github.com/timofurrer/colorful"
url = "https://pypi.io/packages/source/c/colorful/colorful-0.5.4.tar.gz"
version('0.5.4', sha256='86848ad4e2eda60cd2519d8698945d22f6f6551e23e95f3f14dfbb60997807ea')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')