Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Klaus Noelp
ebrains-spack-builds
Commits
85f85173
Commit
85f85173
authored
1 year ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
remove py-cerebrus package (py-cerberus already in Spack upstream)
parent
4cfcdc59
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/py-cerebrus/package.py
+0
-21
0 additions, 21 deletions
packages/py-cerebrus/package.py
packages/py-sciunit/package.py
+1
-1
1 addition, 1 deletion
packages/py-sciunit/package.py
spack.yaml
+0
-1
0 additions, 1 deletion
spack.yaml
with
1 addition
and
23 deletions
packages/py-cerebrus/package.py
deleted
100644 → 0
+
0
−
21
View file @
4cfcdc59
# 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
'
))
This diff is collapsed.
Click to expand it.
packages/py-sciunit/package.py
+
1
−
1
View file @
85f85173
...
...
@@ -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-cer
e
brus@1.3.4
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-cerb
e
rus@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
'
))
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
0
−
1
View file @
85f85173
...
...
@@ -20,7 +20,6 @@ spack:
-
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
...
...
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