[add] py-autodocsumm: new package (#41309)
Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
This commit is contained in:
parent
c61da8381c
commit
3a9aea753d
1 changed files with 21 additions and 0 deletions
21
var/spack/repos/builtin/packages/py-autodocsumm/package.py
Normal file
21
var/spack/repos/builtin/packages/py-autodocsumm/package.py
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Copyright 2013-2023 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 PyAutodocsumm(PythonPackage):
|
||||||
|
"""Extended sphinx autodoc including automatic autosummaries."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/Chilipp/autodocsumm"
|
||||||
|
pypi = "autodocsumm/autodocsumm-0.2.11.tar.gz"
|
||||||
|
|
||||||
|
maintainers("LydDeb")
|
||||||
|
|
||||||
|
version("0.2.11", sha256="183212bd9e9f3b58a96bb21b7958ee4e06224107aa45b2fd894b61b83581b9a9")
|
||||||
|
|
||||||
|
depends_on("py-setuptools@61.0:", type="build")
|
||||||
|
depends_on("py-versioneer+toml", type="build")
|
||||||
|
depends_on("py-sphinx@2.2:7", type=("build", "run"))
|
Loading…
Reference in a new issue