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

Merge remote-tracking branch 'origin/master' into ebrains-23-06

parents 1785ca68 9eb72597
No related branches found
No related tags found
2 merge requests!392Fixed site-config paths for JSC systems.,!388Added site-config for JUSUF
Pipeline #23796 passed with stage
in 1 hour, 20 minutes, and 36 seconds
# 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 PyCerebrus(PythonPackage):
"""Lightweight, extensible schema and data validation tool for Python dictionaries
"""
homepage = "http://docs.python-cerberus.org/"
pypi = "Cerberus/Cerberus-1.3.4.tar.gz"
git = "https://github.com/pyeve/cerberus.git"
version('1.3.4', sha256='d1b21b3954b2498d9a79edf16b3170a3ac1021df88d197dc2ce5928ba519237c')
depends_on('python@3.6.9:')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-pytest', type=('test'))
......@@ -19,7 +19,7 @@ class PySciunit(PythonPackage):
depends_on('python@3.6.9:')
depends_on('py-setuptools', type=('build'))
depends_on('py-beautifulsoup4', type=('build', 'run'))
depends_on('py-cerebrus@1.3.4', type=('build', 'run'))
depends_on('py-cerberus@1.3.4', type=('build', 'run'))
depends_on('py-deepdiff', type=('build', 'run'))
depends_on('py-gitpython', type=('build', 'run'))
depends_on('py-importlib-metadata', type=('build', 'run'))
......
# 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 PyVersionQuery(PythonPackage):
"""Package version query toolkit for Python
"""
homepage = "https://github.com/mbdevpl/version-query"
pypi = "ebrains-drive/ebrains-drive-0.4.0.tar.gz"
git = "https://github.com/mbdevpl/version-query.git"
version('1.1.0', sha256='9ebcef801b29a36b9f53ee47acf783e62036251f8b45a9d2c9ecfcc7728dc11c')
depends_on('python@3.6.9:')
depends_on('py-gitpython@3.1.24:', type=('build', 'run'))
depends_on('py-typing@3.7.4.3:', type=('build', 'run'))
depends_on('py-packaging@21.3:', type=('build', 'run'))
depends_on('py-semver@2.8.1:', type=('build', 'run'))
depends_on('py-pathlib@1.0.1:', type=('build', 'run'))
depends_on('py-semver@2.8.1:', type=('build', 'run'))
\ No newline at end of file
......@@ -19,8 +19,6 @@ spack:
- py-bluepyefe@2.2.18
- py-bluepymm@0.7.65
- py-bluepyopt@1.13.86
- py-brian2@2.5.0.2
- py-cerebrus@1.3.4
- py-ebrains-drive@0.5.1
- py-ebrains-kg-core@0.9.14
- py-efel@4.0.4
......@@ -32,7 +30,6 @@ spack:
- py-hbp-validation-client@0.8.2
- py-hdmf@3.4.6
- py-hippounit@1.3.6
- py-lazyarray@0.5.2
- py-lfpy@2.3
- py-lfpykit@0.5
- py-libsonata@0.1.22
......@@ -48,7 +45,6 @@ spack:
- py-pyunicore@0.14.1
- py-quantities-scidash@0.12.4.3
- py-quantities@0.14.1
- py-sciunit@0.2.5.1
- py-siibra@0.4a57
- py-snudda@1.4.71
- py-tvb-data@2.7
......@@ -69,6 +65,5 @@ spack:
#- py-cerebstats
#- py-cerebunit
#- py-morphounit@1.0.4
#- py-version-query
concretizer:
unify: true
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