summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-jupyterlab-pygments/package.py
blob: 4b477a1ada25e67f2b5c21622524ab58d99600c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 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.1', sha256='19a0ccde7daddec638363cd3d60b63a4f6544c9181d65253317b2fb492a797b9')

    depends_on('py-setuptools', type='build')
    depends_on('py-pygments@2.4.1:2.999', type=('build', 'run'))