diff --git a/packages/py-ebrains-drive/package.py b/packages/py-ebrains-drive/package.py new file mode 100644 index 0000000000000000000000000000000000000000..7730881ffb4e51b95691a4b29581c0c3d15979c3 --- /dev/null +++ b/packages/py-ebrains-drive/package.py @@ -0,0 +1,20 @@ +# 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 PyEbrainsDrive(PythonPackage): + """Python client interface for EBRAINS Collaboratory Seafile storage + """ + + homepage = "https://github.com/HumanBrainProject/ebrains-drive/blob/master/doc.md" + pypi = "ebrains-drive/ebrains-drive-0.4.0.tar.gz" + git = "https://github.com/HumanBrainProject/ebrains-drive.git" + + version('0.4.0', sha256='3bc4a68cf27501c7bd5dc861334a8d9ef478b68d4437a6087bcd8f9eab7e5225') + + depends_on('python@3.6.9:') + depends_on('py-requests@2.26.0:', type=('build', 'run')) \ No newline at end of file diff --git a/spack.yaml b/spack.yaml index 08032f9128f70901b753a5efa75d93936bfefef9..ff54d8b79ae86dcfc9f015345037b48d8654bf30 100644 --- a/spack.yaml +++ b/spack.yaml @@ -33,6 +33,7 @@ spack: - py-cerebrus %gcc@10.3.0 - py-sciunit@0.2.5.1 %gcc@10.3.0 - py-quantities-scidash@0.12.4.3 %gcc@10.3.0 + - py-ebrains-drive@0.4.0 %gcc@10.3.0 #- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0 #- py-lfpy@2.2.3 %gcc@10.3.0 #- biobb-common %gcc@10.3.0