summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-09-20 18:01:06 +0200
committerGitHub <noreply@github.com>2022-09-20 11:01:06 -0500
commit578d06a86a3c5546cf7babb98f95b9d1711f15f7 (patch)
tree1ec1beadb6c8e2a206afb9d2d01803f736a4d6d8 /var
parente656b4659aa41538614d3dd0269bdde61d7e89f7 (diff)
downloadspack-578d06a86a3c5546cf7babb98f95b9d1711f15f7.tar.gz
spack-578d06a86a3c5546cf7babb98f95b9d1711f15f7.tar.bz2
spack-578d06a86a3c5546cf7babb98f95b9d1711f15f7.tar.xz
spack-578d06a86a3c5546cf7babb98f95b9d1711f15f7.zip
py-nibabel: add 4.0.2 (#32721)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-nibabel/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-nibabel/package.py b/var/spack/repos/builtin/packages/py-nibabel/package.py
index d670d2bdb1..e473880118 100644
--- a/var/spack/repos/builtin/packages/py-nibabel/package.py
+++ b/var/spack/repos/builtin/packages/py-nibabel/package.py
@@ -11,15 +11,20 @@ class PyNibabel(PythonPackage):
homepage = "https://nipy.org/nibabel"
pypi = "nibabel/nibabel-3.2.1.tar.gz"
+ git = "https://github.com/nipy/nibabel"
+ version("4.0.2", sha256="45c49b5349351b45f6c045a91aa02b4f0d367686ff3284632ef95ac65b930786")
version("3.2.2", sha256="b0dcc174b30405ce9e8fec1eab3cbbb20f5c5e4920976c08b22e050b7c124f94")
version("3.2.1", sha256="4d2ff9426b740011a1c916b54fc25da9348282e727eaa2ea163f42e00f1fc29e")
version("2.4.1", sha256="f165ff1cb4464902d6594eb2694e2cfb6f8b9fe233b856c976c3cff623ee0e17")
+ depends_on("python@3.7:", when="@4:", 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.17:", when="@4:", type=("build", "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@17:", when="@4:", 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"))