Cyril Roelandt skribis:
> * gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables.
[...]
> +(home-page "https://github.com/tqdm/tqdm";)
> +(synopsis "Fast, Extensible Progress Meter")
No need to capitalize. :-)
Otherwise LGTM.
Am 11.09.2017 um 20:22 schrieb Cyril Roelandt:
> +(synopsis "Fast, Extensible Progress Meter")
I suggest: "Fast and extensible progress bar for the console"
> +(description "Make for loops show a progress bar.")
This is a bit terse (and it's not only "for" loops, AFAICT). Maybe
something li
* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables.
---
gnu/packages/python.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9db16c5be..99ef1a06b 100644
--- a/gnu/packages/python.scm
+++ b/