Skip to content
Snippets Groups Projects
Commit 2bbda069 authored by Shailesh Appukuttan's avatar Shailesh Appukuttan
Browse files

add ebrains_drive

parent 91d71a22
No related branches found
No related tags found
1 merge request!62Add ebrains drive
# 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 EbrainsDrive(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.3:')
depends_on('requests@2.27.0:', type=('build', 'run'))
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment