summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-12-12 20:56:48 +0100
committerGitHub <noreply@github.com>2022-12-12 13:56:48 -0600
commit85602955293e861d34e88fd13dfe34e091ceff48 (patch)
tree582bbf770fee85404124c17eb51d15e57241b9d7
parentfd248ad0b800bb6988ecb61a3db5ba11ae7f2712 (diff)
downloadspack-85602955293e861d34e88fd13dfe34e091ceff48.tar.gz
spack-85602955293e861d34e88fd13dfe34e091ceff48.tar.bz2
spack-85602955293e861d34e88fd13dfe34e091ceff48.tar.xz
spack-85602955293e861d34e88fd13dfe34e091ceff48.zip
py-sphinxcontrib-applehelp: add 1.0.2 (#34461)
* py-sphinxcontrib-applehelp: add 1.0.2 * Update var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
index 490b02841a..89759d16b6 100644
--- a/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
@@ -13,12 +13,14 @@ class PySphinxcontribApplehelp(PythonPackage):
homepage = "http://sphinx-doc.org/"
pypi = "sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.tar.gz"
+ git = "https://github.com/sphinx-doc/sphinxcontrib-applehelp.git"
# 'sphinx' requires 'sphinxcontrib-applehelp' at build-time, but
# 'sphinxcontrib-applehelp' requires 'sphinx' at run-time. Don't bother trying to
# import any modules for this package.
- import_modules = [] # type: List[str]
+ import_modules: List[str] = []
+ version("1.0.2", sha256="a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58")
version("1.0.1", sha256="edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897")
depends_on("python@3.5:", type=("build", "run"))