py-colorlover: new package with version 0.3.0 (#35144)
This commit is contained in:
parent
d35c24a3ed
commit
54b9e3ce07
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-colorlover/package.py
Normal file
17
var/spack/repos/builtin/packages/py-colorlover/package.py
Normal 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")
|
Loading…
Reference in a new issue