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

Merge branch 'add-py-hbp-validation-client' into 'master'

add py-hbp-validation-client

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!316
parents 93c7c7f1 749a3406
No related branches found
No related tags found
3 merge requests!318update branch,!317create new experimental release,!316add py-hbp-validation-client
Pipeline #22059 passed with stage
in 51 minutes and 1 second
# 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 PyVfClient(PythonPackage):
"""Python client for the HBP Validation Framework web services
"""
class PyHbpValidationClient(PythonPackage):
"""Python client for the HBP Validation Framework web services"""
homepage = "https://hbp-validation-client.readthedocs.io/"
pypi = "hbp-validation-framework/hbp_validation_framework-0.6.3.tar.gz"
git = "https://github.com/appukuttan-shailesh/hbp-validation-client.git"
pypi = "hbp_validation_framework/hbp_validation_framework-0.8.1.tar.gz"
git = "https://github.com/HumanBrainProject/hbp-validation-client"
version('0.6.3', sha256='e9d27a5d1bbc7066877d6a97eb1bcb90c70b5ec00d9027425d85f796c6a9e8c4')
version("0.8.1", sha256="2afa96c07a5646e3e37528bacf103da4b352353ac45c10bf5948e4efbbbfb2a0")
version("0.8.0", sha256="948fed2c83230cfab07416763b3d0e8adb0de1ee4c3a1a911697045025ff540f")
version("0.7.1", sha256="bf431c952e4d4c3f63ec7165236baba3d412fb5ea7240ff6d26e3254d3234ff5")
version("0.7.0", sha256="0ec698019bc874f013de845ddef153d15f0460f251ef7a5d10bc2a1c464d1bc5")
version("0.6.6", sha256="00e48eea922f08d711e61dae0194602dfc4456c2ed29c93aa01b0c992b70b88b")
version("0.6.4", sha256="d011c53744ab1ce159ac2cf702851d2ad6e763fef67b192c02ac3ab1fe47c231")
version("0.6.3", sha256="e9d27a5d1bbc7066877d6a97eb1bcb90c70b5ec00d9027425d85f796c6a9e8c4")
depends_on('python@3.6.9:')
depends_on('py-requests@2.26.0:', type=('build', 'run'))
......
......@@ -41,6 +41,7 @@ spack:
- py-hippounit@1.3.6
- py-efel@4.0.4
- py-hbp-neuromorphic-platform@0.10.1
- py-hbp-validation-client@0.8.1
- py-lfpy@2.3
- py-elephant@0.12.0
- py-frites@0.4.2
......@@ -58,7 +59,6 @@ spack:
#- py-version-query
#- py-cerebstats
#- py-cerebunit
#- py-vf-client@0.6.3
#- py-morphounit@1.0.4
#- py-neurom@1.4.10
#- py-morphio@3.1.1
......
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