summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-mne/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/py-mne/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/py-mne/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-mne/package.py92
1 files changed, 47 insertions, 45 deletions
diff --git a/var/spack/repos/builtin/packages/py-mne/package.py b/var/spack/repos/builtin/packages/py-mne/package.py
index eee1c4255d..4b8ddad454 100644
--- a/var/spack/repos/builtin/packages/py-mne/package.py
+++ b/var/spack/repos/builtin/packages/py-mne/package.py
@@ -10,57 +10,59 @@ class PyMne(PythonPackage):
"""MNE python project for MEG and EEG data analysis."""
homepage = "http://mne.tools/"
- pypi = "mne/mne-0.23.4.tar.gz"
+ pypi = "mne/mne-0.23.4.tar.gz"
- version('0.23.4', sha256='ecace5caacf10961ebb74cc5e0ead4d4dbc55fed006eab1e644da144092354e9')
- version('0.18.2', sha256='aa2e72ad3225efdad39b05e67cd5c88dbd5c3fabf5e1705e459347131f114bc6')
+ version("0.23.4", sha256="ecace5caacf10961ebb74cc5e0ead4d4dbc55fed006eab1e644da144092354e9")
+ version("0.18.2", sha256="aa2e72ad3225efdad39b05e67cd5c88dbd5c3fabf5e1705e459347131f114bc6")
- variant('full', default=False, description="Enable full functionality.")
+ variant("full", default=False, description="Enable full functionality.")
- depends_on('python@3.6:', when='@0.23:', type=('build', 'run'))
- depends_on('python@3.5:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
+ depends_on("python@3.6:", when="@0.23:", type=("build", "run"))
+ depends_on("python@3.5:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
- depends_on('py-numpy@1.15.4:', when='@0.23:', type=('build', 'run'))
- depends_on('py-numpy@1.11.3:', type=('build', 'run'))
- depends_on('py-scipy@1.1.0:', when='@0.23:', type=('build', 'run'))
- depends_on('py-scipy@0.17.1:', type=('build', 'run'))
+ depends_on("py-numpy@1.15.4:", when="@0.23:", type=("build", "run"))
+ depends_on("py-numpy@1.11.3:", type=("build", "run"))
+ depends_on("py-scipy@1.1.0:", when="@0.23:", type=("build", "run"))
+ depends_on("py-scipy@0.17.1:", type=("build", "run"))
- with when('+full'):
+ with when("+full"):
# requirements.txt with versions specified in README.rst (marked with *)
- depends_on('py-matplotlib@3.0.3:', type=('build', 'run')) # *
- depends_on('py-pyqt5@5.10:,:5.15.1,5.15.4:', when='platform=linux', type=('build', 'run'))
- depends_on('py-pyqt5@5.10:,:5.13', when='platform=darwin', type=('build', 'run'))
- depends_on('py-pyqt5@5.10:,:5.15.2,5.15.4:', when='platform=cray', type=('build', 'run'))
- depends_on('py-pyqt5@5.10:,:5.15.2,5.15.4:', when='platform=win32', type=('build', 'run'))
- depends_on('py-pyqt5-sip', type=('build', 'run'))
- depends_on('py-sip', type=('build', 'run'))
- depends_on('py-scikit-learn@0.20.2:', type=('build', 'run')) # *
- depends_on('py-nibabel@2.1.0:', type=('build', 'run')) # *
- depends_on('py-numba@0.40:', type=('build', 'run')) # *
- depends_on('py-h5py', type=('build', 'run'))
- depends_on('py-pandas@0.23.4:', type=('build', 'run')) # *
- depends_on('py-numexpr', type=('build', 'run'))
- depends_on('py-jupyter', type=('build', 'run'))
- depends_on('py-python-picard@0.3:', type=('build', 'run')) # *
- depends_on('py-statsmodels', type=('build', 'run'))
- depends_on('py-joblib', type=('build', 'run'))
- depends_on('py-psutil', type=('build', 'run'))
- depends_on('py-dipy@0.10.1:', type=('build', 'run')) # *
- depends_on('vtk+python', type=('build', 'run'))
- depends_on('vtk+python@:8.1', when='platform=darwim', type=('build', 'run'))
- depends_on('py-mayavi', type=('build', 'run'))
- depends_on('py-pysurfer+save_movie', type=('build', 'run'))
- depends_on('py-nilearn', type=('build', 'run'))
- depends_on('py-xlrd', type=('build', 'run'))
- depends_on('py-imageio@2.6.1:', type=('build', 'run')) # *
- depends_on('py-imageio-ffmpeg@0.4.1:', type=('build', 'run'))
- depends_on('py-pyvista@0.24:', type=('build', 'run')) # *
- depends_on('py-pyvistaqt@0.2.0:', type=('build', 'run')) # *
- depends_on('py-tqdm', type=('build', 'run'))
- depends_on('py-mffpy@0.5.7:', type=('build', 'run')) # *
- depends_on('py-ipywidgets', type=('build', 'run'))
- depends_on('py-ipyvtk-simple', type=('build', 'run'))
+ depends_on("py-matplotlib@3.0.3:", type=("build", "run")) # *
+ depends_on("py-pyqt5@5.10:,:5.15.1,5.15.4:", when="platform=linux", type=("build", "run"))
+ depends_on("py-pyqt5@5.10:,:5.13", when="platform=darwin", type=("build", "run"))
+ depends_on("py-pyqt5@5.10:,:5.15.2,5.15.4:", when="platform=cray", type=("build", "run"))
+ depends_on("py-pyqt5@5.10:,:5.15.2,5.15.4:", when="platform=win32", type=("build", "run"))
+ depends_on("py-pyqt5-sip", type=("build", "run"))
+ depends_on("py-sip", type=("build", "run"))
+ depends_on("py-scikit-learn@0.20.2:", type=("build", "run")) # *
+ depends_on("py-nibabel@2.1.0:", type=("build", "run")) # *
+ depends_on("py-numba@0.40:", type=("build", "run")) # *
+ depends_on("py-h5py", type=("build", "run"))
+ depends_on("py-pandas@0.23.4:", type=("build", "run")) # *
+ depends_on("py-numexpr", type=("build", "run"))
+ depends_on("py-jupyter", type=("build", "run"))
+ depends_on("py-python-picard@0.3:", type=("build", "run")) # *
+ depends_on("py-statsmodels", type=("build", "run"))
+ depends_on("py-joblib", type=("build", "run"))
+ depends_on("py-psutil", type=("build", "run"))
+ depends_on("py-dipy@0.10.1:", type=("build", "run")) # *
+ depends_on("vtk+python", type=("build", "run"))
+ depends_on("vtk+python@:8.1", when="platform=darwim", type=("build", "run"))
+ depends_on("py-mayavi", type=("build", "run"))
+ depends_on("py-pysurfer+save_movie", type=("build", "run"))
+ depends_on("py-nilearn", type=("build", "run"))
+ depends_on("py-xlrd", type=("build", "run"))
+ depends_on("py-imageio@2.6.1:", type=("build", "run")) # *
+ depends_on("py-imageio-ffmpeg@0.4.1:", type=("build", "run"))
+ depends_on("py-pyvista@0.24:", type=("build", "run")) # *
+ depends_on("py-pyvistaqt@0.2.0:", type=("build", "run")) # *
+ depends_on("py-tqdm", type=("build", "run"))
+ depends_on("py-mffpy@0.5.7:", type=("build", "run")) # *
+ depends_on("py-ipywidgets", type=("build", "run"))
+ depends_on("py-ipyvtk-simple", type=("build", "run"))
# README.rst
+
+
# depends_on('py-cupy@4.0:', type=('build', 'run')) # not yet in spack