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:
parent
fd248ad0b8
commit
8560295529
1 changed files with 3 additions and 1 deletions
|
@ -13,12 +13,14 @@ class PySphinxcontribApplehelp(PythonPackage):
|
||||||
|
|
||||||
homepage = "http://sphinx-doc.org/"
|
homepage = "http://sphinx-doc.org/"
|
||||||
pypi = "sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.tar.gz"
|
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
|
# 'sphinx' requires 'sphinxcontrib-applehelp' at build-time, but
|
||||||
# 'sphinxcontrib-applehelp' requires 'sphinx' at run-time. Don't bother trying to
|
# 'sphinxcontrib-applehelp' requires 'sphinx' at run-time. Don't bother trying to
|
||||||
# import any modules for this package.
|
# 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")
|
version("1.0.1", sha256="edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897")
|
||||||
|
|
||||||
depends_on("python@3.5:", type=("build", "run"))
|
depends_on("python@3.5:", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue