summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-10-04 12:35:06 +0200
committerGitHub <noreply@github.com>2021-10-04 10:35:06 +0000
commitf1839c6aae8eb0ddc2674da7a33b0d61acc1e353 (patch)
tree6916afe2f7d6fdf550f6a3b3222c0eb7793d67a5 /var
parentd84d7f0599442b5501fcc688a844d54a04ec8652 (diff)
downloadspack-f1839c6aae8eb0ddc2674da7a33b0d61acc1e353.tar.gz
spack-f1839c6aae8eb0ddc2674da7a33b0d61acc1e353.tar.bz2
spack-f1839c6aae8eb0ddc2674da7a33b0d61acc1e353.tar.xz
spack-f1839c6aae8eb0ddc2674da7a33b0d61acc1e353.zip
py-pybids: add v0.9.5 (#26461)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pybids/package.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-pybids/package.py b/var/spack/repos/builtin/packages/py-pybids/package.py
index 710671d451..cffbc78446 100644
--- a/var/spack/repos/builtin/packages/py-pybids/package.py
+++ b/var/spack/repos/builtin/packages/py-pybids/package.py
@@ -14,15 +14,18 @@ class PyPybids(PythonPackage):
version('0.13.2', sha256='9692013af3b86b096b5423b88179c6c9b604baff5a6b6f89ba5f40429feb7a3e')
version('0.13.1', sha256='c920e1557e1dae8b671625d70cafbdc28437ba2822b2db9da4c2587a7625e3ba')
+ version('0.9.5', sha256='0e8f8466067ff3023f53661c390c02702fcd5fe712bdd5bf167ffb0c2b920430')
- depends_on('python@3.5:', type=('build', 'run'))
+ depends_on('python@3.5:', when='@0.10:', type=('build', 'run'))
+ depends_on('python@2.7:2,3.5:', type=('build', 'run'))
depends_on('py-setuptools@30.3.0:', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-nibabel@2.1:', type=('build', 'run'))
depends_on('py-pandas@0.23:', type=('build', 'run'))
depends_on('py-patsy', type=('build', 'run'))
- depends_on('py-sqlalchemy@:1.3', type=('build', 'run'))
+ depends_on('py-sqlalchemy@:1.3', when='@0.12.4:', type=('build', 'run'))
+ depends_on('py-sqlalchemy', type=('build', 'run'))
depends_on('py-bids-validator', type=('build', 'run'))
depends_on('py-num2words', type=('build', 'run'))
- depends_on('py-click', type=('build', 'run'))
+ depends_on('py-click', when='@0.12.1:', type=('build', 'run'))