summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sphinxcontrib-napoleon/package.py
blob: fef98a3afd91e5641fd9a21d2a57117800e8c588 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2024 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.package import *


class PySphinxcontribNapoleon(PythonPackage):
    """Sphinx "napoleon" extension."""

    homepage = "https://github.com/sphinx-contrib/napoleon"
    pypi = "sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.tar.gz"

    license("BSD-2-Clause")

    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"))