summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-10-04 11:52:56 +0200
committerGitHub <noreply@github.com>2021-10-04 09:52:56 +0000
commit1f451924b17e44289b67e2aff8c6237340d1620b (patch)
treee0ffd9a558e166ac611003801f804ea9ca3ec1fd
parent8bcbead42bb546d814195764fa4f4b4c42b14201 (diff)
downloadspack-1f451924b17e44289b67e2aff8c6237340d1620b.tar.gz
spack-1f451924b17e44289b67e2aff8c6237340d1620b.tar.bz2
spack-1f451924b17e44289b67e2aff8c6237340d1620b.tar.xz
spack-1f451924b17e44289b67e2aff8c6237340d1620b.zip
py-sphinxcontrib-napoleon: add new package (#26457)
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-napoleon/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-napoleon/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-napoleon/package.py
new file mode 100644
index 0000000000..c5495beac3
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-napoleon/package.py
@@ -0,0 +1,19 @@
+# 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 PySphinxcontribNapoleon(PythonPackage):
+ """Sphinx "napoleon" extension."""
+
+ homepage = "https://github.com/sphinx-contrib/napoleon"
+ pypi = "sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.tar.gz"
+
+ version('0.7', sha256='407382beed396e9f2d7f3043fad6afda95719204a1e1a231ac865f40abcbfcf8')
+
+ depends_on('py-setuptools', type='build')
+ depends_on('py-six@1.5.2:', type=('build', 'run'))
+ depends_on('py-pockets@0.3:', type=('build', 'run'))