summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-07-18 00:44:32 +0200
committerGitHub <noreply@github.com>2023-07-17 17:44:32 -0500
commitd7b2f9d756e163c68a06f07b21a232feb7e7ab12 (patch)
tree3a048ab61c12bb6c3fe3544131553a60d5c3d248 /var
parent8c303cd29aadce7a74f18ccbc44f921860380ad2 (diff)
downloadspack-d7b2f9d756e163c68a06f07b21a232feb7e7ab12.tar.gz
spack-d7b2f9d756e163c68a06f07b21a232feb7e7ab12.tar.bz2
spack-d7b2f9d756e163c68a06f07b21a232feb7e7ab12.tar.xz
spack-d7b2f9d756e163c68a06f07b21a232feb7e7ab12.zip
py-sphinxcontrib-applehelp: add 1.0.4 (#38933)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
index 821015d2e4..135ad47b86 100644
--- a/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-applehelp/package.py
@@ -20,8 +20,10 @@ class PySphinxcontribApplehelp(PythonPackage):
# import any modules for this package.
import_modules: List[str] = []
+ version("1.0.4", sha256="828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e")
version("1.0.2", sha256="a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58")
version("1.0.1", sha256="edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897")
- depends_on("python@3.5:", type=("build", "run"))
+ depends_on("python@3.8:", when="@1.0.3:", type=("build", "run"))
+ depends_on("py-setuptools@64:", when="@1.0.4:", type="build")
depends_on("py-setuptools", type="build")