summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-12-12 20:57:06 +0100
committerGitHub <noreply@github.com>2022-12-12 13:57:06 -0600
commitcd9c9b47e8f2d7a2e65218b395f42a71fb4aa4c6 (patch)
treee282da45e35f75ada9da6fb7030eecc7a8a6b798 /var
parent85602955293e861d34e88fd13dfe34e091ceff48 (diff)
downloadspack-cd9c9b47e8f2d7a2e65218b395f42a71fb4aa4c6.tar.gz
spack-cd9c9b47e8f2d7a2e65218b395f42a71fb4aa4c6.tar.bz2
spack-cd9c9b47e8f2d7a2e65218b395f42a71fb4aa4c6.tar.xz
spack-cd9c9b47e8f2d7a2e65218b395f42a71fb4aa4c6.zip
py-sphinxcontrib-devhelp: add 1.0.2 (#34462)
* py-sphinxcontrib-devhelp: add 1.0.2 * Update var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py
index 2d5effdb6d..e3f313024b 100644
--- a/var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-devhelp/package.py
@@ -13,12 +13,14 @@ class PySphinxcontribDevhelp(PythonPackage):
homepage = "http://sphinx-doc.org/"
pypi = "sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.tar.gz"
+ git = "https://github.com/sphinx-doc/sphinxcontrib-devhelp.git"
# 'sphinx' requires 'sphinxcontrib-devhelp' at build-time, but
# 'sphinxcontrib-devhelp' requires 'sphinx' at run-time. Don't bother trying to
# import any modules.
- import_modules = [] # type: List[str]
+ import_modules: List[str] = []
+ version("1.0.2", sha256="ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4")
version("1.0.1", sha256="6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34")
depends_on("python@3.5:", type=("build", "run"))