Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
28
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
82688dce
Commit
82688dce
authored
2 years ago
by
Athanasios Karmas
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'upstream/ADD_version_query'
parents
13e002d8
2ddb5d14
No related branches found
No related tags found
1 merge request
!76
Add package version-query
Pipeline
#16769
passed with stage
in 20 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-version-query/package.py
+25
-0
25 additions, 0 deletions
packages/py-version-query/package.py
spack.yaml
+2
-1
2 additions, 1 deletion
spack.yaml
with
27 additions
and
1 deletion
packages/py-version-query/package.py
0 → 100644
+
25
−
0
View file @
82688dce
# 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
This diff is collapsed.
Click to expand it.
spack.yaml
+
2
−
1
View file @
82688dce
...
...
@@ -17,6 +17,7 @@ spack:
-
py-seaborn %gcc@10.3.0
-
py-matplotlib %gcc@10.3.0
-
py-nameparser %gcc@10.3.0
-
py-version-query %gcc@10.3.0
# EBRAINS simulators
-
nest@3.2 +python +gsl +mpi %gcc@10.3.0
-
arbor +python +mpi ^python@3:3.9 %gcc@10.3.0
...
...
@@ -43,7 +44,7 @@ spack:
-
py-hippounit@1.3.6 %gcc@10.3.0
-
py-efel@4.0.4 %gcc@10.3.0
-
py-hbp-neuromorphic-platform@0.9.2 %gcc@10.3.0
-
py-torch~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
#
- py-torch~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
# demo for codejam12
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment