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 <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Manuela Kuhn 2022-12-12 20:57:06 +01:00 committed by GitHub
parent 8560295529
commit cd9c9b47e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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