summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-bids-validator/package.py
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-07-09 16:58:44 +0200
committerGitHub <noreply@github.com>2021-07-09 16:58:44 +0200
commitfabe86be96c6a83a490f9ac60997e4403d2af564 (patch)
treeed3b714fe8c8b031cc4ed3b6de82638478c75da8 /var/spack/repos/builtin/packages/py-bids-validator/package.py
parent9797c8f060bdcc6ded5633423f6ad0f7aac1ebb0 (diff)
downloadspack-fabe86be96c6a83a490f9ac60997e4403d2af564.tar.gz
spack-fabe86be96c6a83a490f9ac60997e4403d2af564.tar.bz2
spack-fabe86be96c6a83a490f9ac60997e4403d2af564.tar.xz
spack-fabe86be96c6a83a490f9ac60997e4403d2af564.zip
py-bids-validator: add new package (#24677)
Diffstat (limited to 'var/spack/repos/builtin/packages/py-bids-validator/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-bids-validator/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-bids-validator/package.py b/var/spack/repos/builtin/packages/py-bids-validator/package.py
new file mode 100644
index 0000000000..6d388424b1
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-bids-validator/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyBidsValidator(PythonPackage):
+ """Validator for the Brain Imaging Data Structure"""
+
+ homepage = "https://github.com/bids-standard/bids-validator"
+ pypi = "bids-validator/bids-validator-1.7.2.tar.gz"
+
+ version('1.7.2', sha256='12398831a3a3a2ed7c67e693cf596610c23dd23e0889bfeae0830bbd1d41e5b9')
+
+ depends_on('py-setuptools', type='build')