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
fb321f36
Commit
fb321f36
authored
1 year ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
cleanup: remove unused py-version-query package
parent
85f85173
No related branches found
Branches containing commit
No related tags found
2 merge requests
!386
update v0.20.0 branch
,
!373
create new experimental release
Pipeline
#23792
passed with stage
in 41 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-version-query/package.py
+0
-25
0 additions, 25 deletions
packages/py-version-query/package.py
spack.yaml
+0
-1
0 additions, 1 deletion
spack.yaml
with
0 additions
and
26 deletions
packages/py-version-query/package.py
deleted
100644 → 0
+
0
−
25
View file @
85f85173
# 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
+
0
−
1
View file @
fb321f36
...
...
@@ -68,6 +68,5 @@ spack:
#- py-cerebstats
#- py-cerebunit
#- py-morphounit@1.0.4
#- py-version-query
concretizer
:
unify
:
true
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