summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-10-06 20:35:42 +0200
committerGitHub <noreply@github.com>2021-10-06 20:35:42 +0200
commit770c4fd0b282ee355d2ea3e662786113dd6b4e74 (patch)
treef83d92871901d84b2d053cdfcc0ecd4a12e3566a
parent98ee00b9773e1ce4a644c431feddb3e66a28ae6a (diff)
downloadspack-770c4fd0b282ee355d2ea3e662786113dd6b4e74.tar.gz
spack-770c4fd0b282ee355d2ea3e662786113dd6b4e74.tar.bz2
spack-770c4fd0b282ee355d2ea3e662786113dd6b4e74.tar.xz
spack-770c4fd0b282ee355d2ea3e662786113dd6b4e74.zip
py-nipype: add 1.4.2 (#26472)
-rw-r--r--var/spack/repos/builtin/packages/py-nipype/package.py28
1 files changed, 18 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-nipype/package.py b/var/spack/repos/builtin/packages/py-nipype/package.py
index 43dc16a987..016c6f87b0 100644
--- a/var/spack/repos/builtin/packages/py-nipype/package.py
+++ b/var/spack/repos/builtin/packages/py-nipype/package.py
@@ -14,22 +14,30 @@ class PyNipype(PythonPackage):
version('1.6.1', sha256='8428cfc633d8e3b8c5650e241e9eedcf637b7969bcd40f3423334d4c6b0992b5')
version('1.6.0', sha256='bc56ce63f74c9a9a23c6edeaf77631377e8ad2bea928c898cc89527a47f101cf')
+ version('1.4.2', sha256='069dcbb0217f13af6ee5a7f1e58424b9061290a3e10d7027d73bf44e26f820db')
- depends_on('python@3.6:', type=('build', 'run'))
+ depends_on('python@3.6:', when='@1.5:', type=('build', 'run'))
+ depends_on('python@3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
- depends_on('py-click@6.6.0:', type=('build', 'run'))
- depends_on('py-networkx@2.0:', type=('build', 'run'))
- depends_on('py-nibabel@2.1.0:', type=('build', 'run'))
- depends_on('py-numpy@1.13:', type=('build', 'run'), when='^python@:3.6')
- depends_on('py-numpy@1.15.3:', type=('build', 'run'), when='^python@3.7:')
+ depends_on('py-click@6.6:', type=('build', 'run'))
+ depends_on('py-networkx@2:', when='@1.6:', type=('build', 'run'))
+ depends_on('py-networkx@1.9:', type=('build', 'run'))
+ depends_on('py-nibabel@2.1:', type=('build', 'run'))
+ depends_on('py-numpy@1.15.3:', when='^python@3.7:', type=('build', 'run'))
+ depends_on('py-numpy@1.13:', when='@1.5: ^python@:3.6', type=('build', 'run'))
+ depends_on('py-numpy@1.12:', when='^python@:3.6', type=('build', 'run'))
depends_on('py-packaging', type=('build', 'run'))
depends_on('py-prov@1.5.2:', type=('build', 'run'))
depends_on('py-pydot@1.2.3:', type=('build', 'run'))
+ depends_on('py-pydotplus', when='@:1.5', type=('build', 'run'))
depends_on('py-python-dateutil@2.2:', type=('build', 'run'))
- depends_on('py-rdflib@5.0.0:', type=('build', 'run'))
+ depends_on('py-rdflib@5:', when='@1.5:', type=('build', 'run'))
depends_on('py-scipy@0.14:', type=('build', 'run'))
- depends_on('py-simplejson@3.8.0:', type=('build', 'run'))
+ depends_on('py-simplejson@3.8:', type=('build', 'run'))
depends_on('py-traits@4.6:4,5.1:', type=('build', 'run'))
- depends_on('py-filelock@3.0.0:', type=('build', 'run'))
- depends_on('py-etelemetry@0.2.0:', type=('build', 'run'))
+ depends_on('py-filelock@3:', type=('build', 'run'))
+ depends_on('py-etelemetry@0.2:', when='@1.5:', type=('build', 'run'))
+ depends_on('py-etelemetry', type=('build', 'run'))
+
+ depends_on('py-sphinxcontrib-napoleon', type='test')