summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora-saitoh-fj <63334055+a-saitoh-fj@users.noreply.github.com>2021-02-10 18:22:03 +0900
committerGitHub <noreply@github.com>2021-02-10 10:22:03 +0100
commitbd836540f223c8ca6a0ecc3c08b59b4758bfafa5 (patch)
treea84ca7eaa54a5e549c1df0ab27eb6cb154cd6c4c
parentcf9a7bc7f681a984c95fc0d4daeb0ff1037bf0b5 (diff)
downloadspack-bd836540f223c8ca6a0ecc3c08b59b4758bfafa5.tar.gz
spack-bd836540f223c8ca6a0ecc3c08b59b4758bfafa5.tar.bz2
spack-bd836540f223c8ca6a0ecc3c08b59b4758bfafa5.tar.xz
spack-bd836540f223c8ca6a0ecc3c08b59b4758bfafa5.zip
New package: py-dask-sphinx-theme (#21582)
-rw-r--r--var/spack/repos/builtin/packages/py-dask-sphinx-theme/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-dask-sphinx-theme/package.py b/var/spack/repos/builtin/packages/py-dask-sphinx-theme/package.py
new file mode 100644
index 0000000000..38f213b9d8
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-dask-sphinx-theme/package.py
@@ -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'))