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
Merge requests
!351
Add siibra package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add siibra package
add-siibra-package
into
master
Overview
4
Commits
7
Pipelines
3
Changes
3
Merged
Eleni Mathioulaki
requested to merge
add-siibra-package
into
master
1 year ago
Overview
4
Commits
7
Pipelines
3
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
b4f0d619
1 year ago
version 1
62284e60
1 year ago
master (base)
and
latest version
latest version
88888e1f
7 commits,
1 year ago
version 2
b4f0d619
4 commits,
1 year ago
version 1
62284e60
2 commits,
1 year ago
3 files
+
71
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
packages/py-neuroglancer-scripts/package.py
0 → 100644
+
28
−
0
Options
from
spack.package
import
*
class
PyNeuroglancerScripts
(
PythonPackage
):
"""
Conversion of images to the Neuroglancer pre-computed format
"""
homepage
=
"
https://github.com/HumanBrainProject/neuroglancer-scripts
"
pypi
=
"
neuroglancer-scripts/neuroglancer-scripts-1.1.0.tar.gz
"
maintainers
=
[
'
Yann Leprince
'
]
version
(
'
1.1.0
'
,
sha256
=
'
395a3565808136950a1e3296b43eeda13a0108d2286eba2b2924b33c3b3abc70
'
)
version
(
'
1.0.0
'
,
sha256
=
'
524c0e3a3faebaf3952953f8097af347655bed3e70b3a4bc4043a6f216db7d28
'
)
version
(
'
1.0.0rc3
'
,
sha256
=
'
715811702fe4fc88210d54ea913787ab84e17b0ff4b7c62d30130f302a0a8335
'
)
version
(
'
0.3.0
'
,
sha256
=
'
dd85c946f44f5211adf55eba04886e41dc36e9a94c723b966a8485c06d7ed253
'
)
version
(
'
0.2.0
'
,
sha256
=
'
98d906347acf1be6a6cb49ed8753d51776ed38034f395b60de15bcf790e9533c
'
)
depends_on
(
'
python@3.5:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-nibabel
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-numpy
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-pillow
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-requests
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-scikit-image
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-tqdm
'
,
type
=
(
'
build
'
,
'
run
'
))
# Not needed for the purpose siibra-python
# depends_on('py-imagecodecs', type=('build', 'run')) # TODO: had some issues