summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-03-02 16:50:09 +0100
committerGitHub <noreply@github.com>2022-03-02 09:50:09 -0600
commita94f11a2b23d9f1418c42a97b438984559aeb6f4 (patch)
tree9b75e4aad47cddb11dd86c0fe156767d812383f4 /var
parenta1f32cdaffc77243308001efc5f8cb50aeff382f (diff)
downloadspack-a94f11a2b23d9f1418c42a97b438984559aeb6f4.tar.gz
spack-a94f11a2b23d9f1418c42a97b438984559aeb6f4.tar.bz2
spack-a94f11a2b23d9f1418c42a97b438984559aeb6f4.tar.xz
spack-a94f11a2b23d9f1418c42a97b438984559aeb6f4.zip
py-nibabel: add 3.2.2 (#29266)
* py-nibabel: add 3.2.2 * fix dependencies
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-nibabel/package.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-nibabel/package.py b/var/spack/repos/builtin/packages/py-nibabel/package.py
index 82c776d809..a33f4c17ec 100644
--- a/var/spack/repos/builtin/packages/py-nibabel/package.py
+++ b/var/spack/repos/builtin/packages/py-nibabel/package.py
@@ -12,13 +12,14 @@ class PyNibabel(PythonPackage):
homepage = "https://nipy.org/nibabel"
pypi = "nibabel/nibabel-3.2.1.tar.gz"
+ version('3.2.2', sha256='b0dcc174b30405ce9e8fec1eab3cbbb20f5c5e4920976c08b22e050b7c124f94')
version('3.2.1', sha256='4d2ff9426b740011a1c916b54fc25da9348282e727eaa2ea163f42e00f1fc29e')
version('2.4.1', sha256='f165ff1cb4464902d6594eb2694e2cfb6f8b9fe233b856c976c3cff623ee0e17')
- depends_on('python@3.6:', when='@3.1', type=('build', 'run'))
+ depends_on('python@3.6:', when='@3.1:', type=('build', 'run'))
depends_on('py-setuptools@30.3.0:', type=('build', 'run'))
- depends_on('py-numpy@1.14:', when='@3.2:', type='run')
- depends_on('py-numpy@1.8:', type='run')
- depends_on('py-packaging@14.3:', when='@3.1:', type='run')
- depends_on('py-six@1.3:', when='@:2.5', type='run')
- depends_on('py-bz2file', when='@:2.5 ^python@:2', type='run')
+ depends_on('py-numpy@1.14:', when='@3.2:', type=('build', 'run'))
+ depends_on('py-numpy@1.8:', type=('build', 'run'))
+ depends_on('py-packaging@14.3:', when='@3.1:', type=('build', 'run'))
+ depends_on('py-six@1.3:', when='@:2.5', type=('build', 'run'))
+ depends_on('py-bz2file', when='@:2.5 ^python@:2', type=('build', 'run'))