From 054149698b13a9e3ce1e19e7a2403ef6b675acbd Mon Sep 17 00:00:00 2001 From: Jen Herting Date: Fri, 24 Dec 2021 07:50:45 -0500 Subject: py-fastprogress: new package (#28149) --- .../builtin/packages/py-fastprogress/package.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-fastprogress/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-fastprogress/package.py b/var/spack/repos/builtin/packages/py-fastprogress/package.py new file mode 100644 index 0000000000..26135e9043 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-fastprogress/package.py @@ -0,0 +1,20 @@ +# 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 PyFastprogress(PythonPackage): + """A fast and simple progress bar for Jupyter Notebook and + console. Created by Sylvain Gugger for fast.ai.""" + + homepage = "https://github.com/fastai/fastprogress" + pypi = "fastprogress/fastprogress-1.0.0.tar.gz" + + version('1.0.0', sha256='89e28ac1d2a5412aab18ee3f3dfd1ee8b5c1f2f7a44d0add0d0d4f69f0191bfe') + + depends_on('python@3.6:', type=('build', 'run')) + depends_on('py-setuptools', type='build') + depends_on('py-numpy', type=('build', 'run')) -- cgit v1.2.3-70-g09d2