summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-12-13 18:55:57 +0100
committerGitHub <noreply@github.com>2021-12-13 11:55:57 -0600
commitf876813531d0fe5831e45d35d065c191140b6e99 (patch)
tree4e4ad2f67b24ad70c34f8e7c419947532df191aa /var
parentec8ef9d292899ddb61e0d8d12f408ca011a4c9e1 (diff)
downloadspack-f876813531d0fe5831e45d35d065c191140b6e99.tar.gz
spack-f876813531d0fe5831e45d35d065c191140b6e99.tar.bz2
spack-f876813531d0fe5831e45d35d065c191140b6e99.tar.xz
spack-f876813531d0fe5831e45d35d065c191140b6e99.zip
New package: py-histbook (#27956)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-histbook/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-histbook/package.py b/var/spack/repos/builtin/packages/py-histbook/package.py
new file mode 100644
index 0000000000..acd3c5a78e
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-histbook/package.py
@@ -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'))