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>
This commit is contained in:
Manuela Kuhn 2022-12-12 20:56:48 +01:00 committed by GitHub
parent fd248ad0b8
commit 8560295529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))