New package: py-histbook (#27956)
This commit is contained in:
parent
ec8ef9d292
commit
f876813531
18
var/spack/repos/builtin/packages/py-histbook/package.py
Normal file
18
var/spack/repos/builtin/packages/py-histbook/package.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 2013-2021 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 PyHistbook(PythonPackage):
|
||||||
|
"""Versatile, high-performance histogram toolkit for Numpy."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/scikit-hep/histbook"
|
||||||
|
pypi = "histbook/histbook-1.2.5.tar.gz"
|
||||||
|
|
||||||
|
version('1.2.5', sha256='76d1f143f8abccf5539029fbef8133db84f377fc7752ac9e7e6d19ac9a277967')
|
||||||
|
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('py-numpy@1.8.0:', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user