From 85602955293e861d34e88fd13dfe34e091ceff48 Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:56:48 +0100 Subject: 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 Co-authored-by: Adam J. Stewart --- .../repos/builtin/packages/py-sphinxcontrib-applehelp/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'var') 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")) -- cgit v1.2.3-70-g09d2