[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: Add python-progressbar2.
From: |
guix-commits |
Subject: |
06/14: gnu: Add python-progressbar2. |
Date: |
Tue, 23 Jun 2020 17:30:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e8f2ddbb23b1f97a099c9c44c4220c24ef1a1394
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 16:45:05 2020 +0200
gnu: Add python-progressbar2.
* gnu/packages/python-xyz.scm (python-progressbar2): New variable.
---
gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 77f1ff7..a46c1f6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9883,6 +9883,38 @@ concurrent.futures package from Python 3.2")
("python2-pytest" ,python2-pytest)
,@(package-native-inputs promise))))))
+(define-public python-progressbar2
+ (package
+ (name "python-progressbar2")
+ (version "3.51.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "progressbar2" version))
+ (sha256
+ (base32
+ "0b2v3mim90rmfvixkaniz2qrs650sk230rzgd5zhcjfldmlqgxpc"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-six" ,python-six)
+ ("python-utils" ,python-utils)))
+ (native-inputs
+ `(("python-flake8" ,python-flake8)
+ ("python-freezegun" ,python-freezegun)
+ ("python-pycodestyle" ,python-pycodestyle)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-cache" ,python-pytest-cache)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-pytest-flakes" ,python-pytest-flakes)
+ ("python-pytest-pep8" ,python-pytest-pep8)
+ ("python-sphinx" ,python-sphinx)))
+ (home-page "https://github.com/WoLpH/python-progressbar")
+ (synopsis "Text progress bar library for Python")
+ (description
+ "This package provides a Python progressbar library to provide
+visual (yet text based) progress to long running operations.")
+ (license license:bsd-3)))
+
(define-public python-progressbar33
(package
(name "python-progressbar33")
- branch master updated (a864d40 -> 501d89d), guix-commits, 2020/06/23
- 03/14: gnu: python-flake8: Update to 3.8.3., guix-commits, 2020/06/23
- 02/14: gnu: python-utils: Update to 2.4.0., guix-commits, 2020/06/23
- 01/14: gnu: python-pytest-flakes: Update to 4.0.0., guix-commits, 2020/06/23
- 06/14: gnu: Add python-progressbar2.,
guix-commits <=
- 08/14: gnu: python-scikit-image: Update to 0.17.2., guix-commits, 2020/06/23
- 07/14: gnu: python-gridmap: Update to 0.14.0., guix-commits, 2020/06/23
- 09/14: gnu: Add python-msgpack-numpy., guix-commits, 2020/06/23
- 12/14: gnu: Add python-lfdfiles., guix-commits, 2020/06/23
- 10/14: gnu: Add python-roifile., guix-commits, 2020/06/23
- 14/14: gnu: python-pywavelets: Update to 1.1.1., guix-commits, 2020/06/23
- 04/14: gnu: python-pyflakes: Update to 2.2.0., guix-commits, 2020/06/23
- 05/14: gnu: python-pycodestyle: Update to 2.6.0., guix-commits, 2020/06/23
- 13/14: gnu: Add python-imageio., guix-commits, 2020/06/23
- 11/14: gnu: Add python-tifffile., guix-commits, 2020/06/23