summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/py-bids-validator/package.py
blob: b8b0e037eb07e8c41e41f047aa9742390a35f045 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                                         



                                                                         
                           





                                                                
                                                       
 
                                                                                               



                                                                                               
 
                                             
# Copyright 2013-2022 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.package 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.9.8", sha256="ff39799bb205f92d6f2c322f0b8eff0d1c0288f4291a0b18fce61afa4dfd7f3e")
    version("1.9.4", sha256="4bf07d375f231a2ad2f450beeb3ef6c54f93194fd993aa5157d57a8fba48ed50")
    version("1.8.9", sha256="01fcb5a8fe6de1280cdfd5b37715103ffa0bafb3c739ca7f5ffc41e46549612e")
    version("1.8.4", sha256="63e7a02c9ddb5505a345e178f4e436b82c35ec0a177d7047b67ea10ea3029a68")
    version("1.7.2", sha256="12398831a3a3a2ed7c67e693cf596610c23dd23e0889bfeae0830bbd1d41e5b9")

    depends_on("py-setuptools", type="build")