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