New package: py-dask-sphinx-theme (#21582)

This commit is contained in:
a-saitoh-fj 2021-02-10 18:22:03 +09:00 committed by GitHub
parent cf9a7bc7f6
commit bd836540f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# Copyright 2013-2021 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'))