summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2022-03-21 09:14:20 -0500
committerGitHub <noreply@github.com>2022-03-21 15:14:20 +0100
commite05f4535310efe06350831658061d9a05c128dd2 (patch)
tree1e31df9bdb6bd601856945dc176fb0bf2fae1ba4
parentd69e8dbaceb6b41731e2299f190d9bb048bb6221 (diff)
downloadspack-e05f4535310efe06350831658061d9a05c128dd2.tar.gz
spack-e05f4535310efe06350831658061d9a05c128dd2.tar.bz2
spack-e05f4535310efe06350831658061d9a05c128dd2.tar.xz
spack-e05f4535310efe06350831658061d9a05c128dd2.zip
gatetools: add v0.11.2 (#29602)
-rw-r--r--var/spack/repos/builtin/packages/gatetools/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gatetools/package.py b/var/spack/repos/builtin/packages/gatetools/package.py
index 130739be11..b4d88bdbc6 100644
--- a/var/spack/repos/builtin/packages/gatetools/package.py
+++ b/var/spack/repos/builtin/packages/gatetools/package.py
@@ -14,6 +14,7 @@ class Gatetools(PythonPackage):
maintainers = ['glennpj']
+ version('0.11.2', sha256='6eef8a779278b862823ae79d6aab210db4f7889c9127b2c2e4c3a4195f9a9928')
version('0.9.14', sha256='78fe864bb52fd4c6aeeee90d8f6c1bc5406ce02ac6f48712379efac606b5c006')
depends_on('python@3.6:', type=('build', 'run'))
@@ -28,6 +29,10 @@ class Gatetools(PythonPackage):
depends_on('py-itk@5.1.0:', type=('build', 'run'))
depends_on('py-uproot3', type=('build', 'run'))
depends_on('py-wget', type=('build', 'run'))
+ depends_on('py-python-box', type=('build', 'run'), when='@0.11.2:')
+ depends_on('py-lz4', type=('build', 'run'), when='@0.11.2:')
+ depends_on('py-colorama', type=('build', 'run'), when='@0.11.2:')
+ depends_on('py-xxhash', type=('build', 'run'), when='@0.11.2:')
depends_on('gate+rtk', type='run')
# The readme.md file is not in the distribution, so fake it.