py-cinemasci: new package at v1.3 (#20239)
This commit is contained in:
parent
61f0f840d4
commit
f391b2e8e5
1 changed files with 27 additions and 0 deletions
27
var/spack/repos/builtin/packages/py-cinemasci/package.py
Normal file
27
var/spack/repos/builtin/packages/py-cinemasci/package.py
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2013-2020 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 PyCinemasci(PythonPackage):
|
||||
"""A set of python tools for reading, writing and viewing Cinema
|
||||
databases"""
|
||||
|
||||
homepage = "https://github.com/cinemascience"
|
||||
url = "https://pypi.io/packages/source/c/cinemasci/cinemasci-1.3.tar.gz"
|
||||
|
||||
maintainers = ['EthanS94']
|
||||
|
||||
version('1.3', sha256='c024ca9791de9d78e5dad3fd11e8f87d8bc1afa5830f2697d7ec4116a5d23c20')
|
||||
|
||||
depends_on('hdf5~mpi')
|
||||
depends_on('pil', type=('build', 'run'))
|
||||
depends_on('python@3:', type=('build', 'run'))
|
||||
depends_on('py-h5py~mpi', type=('build', 'run'))
|
||||
depends_on('py-ipywidgets', type=('build', 'run'))
|
||||
depends_on('py-jupyterlab', type=('build', 'run'))
|
||||
depends_on('py-pandas', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type=('build'))
|
Loading…
Reference in a new issue