Skip to content
Snippets Groups Projects
Commit 62284e60 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

add neuroglancer-scripts

parent 6ee76f8a
No related branches found
No related tags found
2 merge requests!357create new experimental release,!351Add siibra package
Pipeline #23396 passed with stage
in 18 minutes
This commit is part of merge request !351. Comments created here will be created in the context of that merge request.
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"
# TODO
# maintainers = ['username']
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'))
# depends_on('py-imagecodecs', type=('build', 'run')) # TODO: had some issues
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment