summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-07-18 00:43:37 +0200
committerGitHub <noreply@github.com>2023-07-17 17:43:37 -0500
commit8c303cd29aadce7a74f18ccbc44f921860380ad2 (patch)
treedf7ec845ced94ac8cba3c2ea6de0e4652dc59c3b /var
parent4831d458521946c505582caa477680717b6ebe08 (diff)
downloadspack-8c303cd29aadce7a74f18ccbc44f921860380ad2.tar.gz
spack-8c303cd29aadce7a74f18ccbc44f921860380ad2.tar.bz2
spack-8c303cd29aadce7a74f18ccbc44f921860380ad2.tar.xz
spack-8c303cd29aadce7a74f18ccbc44f921860380ad2.zip
py-sphinxcontrib-htmlhelp: add 2.0.1 (#38934)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-htmlhelp/package.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-htmlhelp/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-htmlhelp/package.py
index 51e32170ef..9dd8b95081 100644
--- a/var/spack/repos/builtin/packages/py-sphinxcontrib-htmlhelp/package.py
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-htmlhelp/package.py
@@ -13,15 +13,17 @@ class PySphinxcontribHtmlhelp(PythonPackage):
homepage = "http://sphinx-doc.org/"
pypi = "sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.2.tar.gz"
+ git = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp.git"
# 'sphinx' requires 'sphinxcontrib-htmlhelp' at build-time, but
# 'sphinxcontrib-htmlhelp' requires 'sphinx' at run-time. Don't bother trying to
# import any modules.
import_modules: List[str] = []
+ version("2.0.1", sha256="0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff")
version("2.0.0", sha256="f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2")
version("1.0.2", sha256="4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422")
- depends_on("python@3.6:", when="@2:", type=("build", "run"))
- depends_on("python@3.5:", type=("build", "run"))
+ depends_on("python@3.8:", when="@2.0.1:", type=("build", "run"))
+ depends_on("py-setuptools@64:", when="@2.0.1", type="build")
depends_on("py-setuptools", type="build")