py-colorlover: new package with version 0.3.0 (#35144)

This commit is contained in:
Christopher Christofi 2023-01-25 17:36:43 +00:00 committed by GitHub
parent d35c24a3ed
commit 54b9e3ce07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
# Copyright 2013-2023 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.package import *
class PyColorlover(PythonPackage):
"""Color scales in Python for humans."""
homepage = "https://github.com/plotly/colorlover"
pypi = "colorlover/colorlover-0.3.0.tar.gz"
version("0.3.0", sha256="b8fb7246ab46e1f5e6715649453c1762e245a515de5ff2d2b4aab7a6e67fa4e2")
depends_on("py-setuptools", type="build")