summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-dask-sphinx-theme/package.py
blob: 9c8c3315d625c017113a48458c2fcdf9d0c9ba78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 import *


class PyDaskSphinxTheme(PythonPackage):
    """Sphinx theme for Dask documentation."""

    homepage = "https://github.com/dask/dask-sphinx-theme/"
    pypi = "dask_sphinx_theme/dask_sphinx_theme-1.3.5.tar.gz"

    version('1.3.5', sha256='151970cf0efedeb398fd6ca080407d3e81b4584d333e24498262d954171baa33')

    depends_on('py-setuptools', type='build')
    depends_on('py-sphinx-rtd-theme', type=('build', 'run'))