new package: PyH5glance (#9700)
This commit is contained in:
parent
ec7e5d3b8b
commit
9e67216593
1 changed files with 22 additions and 0 deletions
22
var/spack/repos/builtin/packages/py-h5glance/package.py
Normal file
22
var/spack/repos/builtin/packages/py-h5glance/package.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2013-2018 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 PyH5glance(PythonPackage):
|
||||
"""H5Glance lets you explore HDF5 files in the terminal or
|
||||
an HTML interface.
|
||||
"""
|
||||
|
||||
homepage = "https://github.com/European-XFEL/h5glance"
|
||||
url = "https://pypi.io/packages/source/h/h5glance/h5glance-0.4.tar.gz"
|
||||
|
||||
version('0.4', sha256='03babaee0d481991062842796126bc9e6b11e2e6e7daba57c26f2b58bf3bbd32')
|
||||
|
||||
depends_on('python@3.5:', type=('build', 'run'))
|
||||
depends_on('py-h5py', type=('build', 'run'))
|
||||
depends_on('py-python-htmlgen', type='run')
|
Loading…
Reference in a new issue