From 3ded50cc8ceaef338ba8f8b4a5f81810ae8fff4f Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Tue, 13 Dec 2022 23:08:06 +0100 Subject: py-sphinxcontrib-qthelp: add 1.0.3 (#34495) --- var/spack/repos/builtin/packages/py-sphinxcontrib-qthelp/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-qthelp/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-qthelp/package.py index c641771314..f810d0d1ad 100644 --- a/var/spack/repos/builtin/packages/py-sphinxcontrib-qthelp/package.py +++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-qthelp/package.py @@ -13,12 +13,14 @@ class PySphinxcontribQthelp(PythonPackage): homepage = "http://sphinx-doc.org/" pypi = "sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.2.tar.gz" + git = "https://github.com/sphinx-doc/sphinxcontrib-qthelp.git" # 'sphinx' requires 'sphinxcontrib-qthelp' at build-time, but # 'sphinxcontrib-qthelp' 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.3", sha256="4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72") version("1.0.2", sha256="79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f") depends_on("python@3.5:", type=("build", "run")) -- cgit v1.2.3-70-g09d2