summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-colorlover/package.py
blob: 86ca54685ea1724521a3def526ec59dd3f88c1c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2024 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"

    license("MIT")

    version("0.3.0", sha256="b8fb7246ab46e1f5e6715649453c1762e245a515de5ff2d2b4aab7a6e67fa4e2")

    depends_on("py-setuptools", type="build")