summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-jupyterlab-pygments/package.py
blob: 8e3d616ce710161f240850a825511a787fa7409f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2022 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 PyJupyterlabPygments(PythonPackage):
    """Pygments theme using JupyterLab CSS variables."""

    homepage = "https://jupyter.org/"
    pypi = "jupyterlab-pygments/jupyterlab_pygments-0.1.1.tar.gz"

    version("0.1.2", sha256="cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146")
    version("0.1.1", sha256="19a0ccde7daddec638363cd3d60b63a4f6544c9181d65253317b2fb492a797b9")

    depends_on("py-setuptools", type="build")
    depends_on("py-pygments@2.4.1:2", type=("build", "run"))