py-sphinxcontrib-napoleon: add new package (#26457)

This commit is contained in:
Manuela Kuhn 2021-10-04 11:52:56 +02:00 committed by GitHub
parent 8bcbead42b
commit 1f451924b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))