Skip to content
Snippets Groups Projects
Commit 93c7c7f1 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'add-ebrains-drive' into 'master'

Add ebrains-drive package

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!315
parents aaf541d5 969962a0
No related branches found
No related tags found
3 merge requests!318update branch,!317create new experimental release,!315Add ebrains-drive package
Pipeline #22057 passed with stage
in 1 hour, 12 minutes, and 14 seconds
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# 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 import *
from spack.package import *
class PyEbrainsDrive(PythonPackage):
"""Python client interface for EBRAINS Collaboratory Seafile storage
"""
"""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"
url = "https://pypi.org/packages/py3/e/ebrains_drive/ebrains_drive-0.5.1-py3-none-any.whl"
version('0.4.0', sha256='3bc4a68cf27501c7bd5dc861334a8d9ef478b68d4437a6087bcd8f9eab7e5225')
version("0.5.1", sha256="67c0f82e8e6ec54f69d2cd1256eb0281ebd8d835d8f524e17877e14d7446d3e8", expand=False)
version("0.5.0", sha256="c94747d00c28b891b0fb3aa743e25f77c4b63da137f68b400f01403cbcfb9ee9", expand=False)
version("0.4.0", sha256="ea981f01e667c7c8f9cf63768f420a2a0915b034f3078767659a338dcf6c806f", expand=False)
version("0.3.0", sha256="763f82549dd212002f271f3a8565965f7246adb898c814f180ab51f234e0026b", expand=False)
version("0.2.0", sha256="1ea0096ee8e14df9f3ee2aff13cc0db77b74b6ce92599c2b3fb748961cebdb76", expand=False)
depends_on('python@3.6.9:')
depends_on('py-requests@2.26.0:', type=('build', 'run'))
\ No newline at end of file
depends_on('py-requests@2.26.0:', type=('build', 'run'))
......@@ -31,6 +31,7 @@ spack:
- py-quantities@0.14.1
- py-quantities-scidash@0.12.4.3
- py-ebrains-kg-core@0.9.14
- py-ebrains-drive@0.5.1
- py-pyld@0.8.2
- py-fairgraph@0.8.1
- py-nameparser@1.1.1
......@@ -57,7 +58,6 @@ spack:
#- py-version-query
#- py-cerebstats
#- py-cerebunit
#- py-ebrains-drive@0.4.0
#- py-vf-client@0.6.3
#- py-morphounit@1.0.4
#- py-neurom@1.4.10
......
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