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
25
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
0be497a2
Commit
0be497a2
authored
2 years ago
by
Moritz-Alexander-Kern
Browse files
Options
Downloads
Patches
Plain Diff
add py-viziphant package
parent
10230162
No related branches found
No related tags found
3 merge requests
!98
create new experimental release
,
!91
Add py-viziphant
,
!89
Draft: Add py-viziphant
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-viziphant/package.py
+29
-0
29 additions, 0 deletions
packages/py-viziphant/package.py
spack.yaml
+1
-0
1 addition, 0 deletions
spack.yaml
with
30 additions
and
0 deletions
packages/py-viziphant/package.py
0 → 100644
+
29
−
0
View file @
0be497a2
# 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
*
class
PyViziphant
(
PythonPackage
):
"""
Viziphant is a package for the visualization of the analysis results of electrophysiology data in Python
"""
homepage
=
"
https://viziphant.readthedocs.io/en/latest/
"
pypi
=
"
viziphant/viziphant-0.1.0.tar.gz
"
# notify when the package is updated.
maintainers
=
[
'
Moritz-Alexander-Kern
'
]
version
(
'
0.2.0
'
,
sha256
=
'
044b5c92de169dfafd9665efe2c310e917d2c21980bcc9f560d5c727161f9bd8
'
)
version
(
'
0.1.0
'
,
sha256
=
'
8fd56ec8633f799396dc33fbace95d2553bedb17f680a8c0e97f43b3a629bf6c
'
)
depends_on
(
'
py-setuptools
'
,
type
=
'
build
'
)
depends_on
(
'
python@3.7:3.10
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-neo@0.9.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-elephant@0.9.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-numpy@1.18.1:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-quantities@0.12.1:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-six@1.10.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-matplotlib@3.3.2:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-seaborn@0.9.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
0
View file @
0be497a2
...
@@ -36,6 +36,7 @@ spack:
...
@@ -36,6 +36,7 @@ spack:
#- py-ebrains-drive@0.4.0
#- py-ebrains-drive@0.4.0
#- py-vf-client@0.6.3
#- py-vf-client@0.6.3
-
py-hbp-archive@1.1.1
-
py-hbp-archive@1.1.1
-
py-viziphant
#- py-morphounit@1.0.4
#- py-morphounit@1.0.4
#- py-neurom@1.4.10
#- py-neurom@1.4.10
#- py-morphio@3.1.1
#- py-morphio@3.1.1
...
...
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