Adding debian version 4.64.1-4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2da88b2fbc
commit
ec03e12832
11 changed files with 800 additions and 0 deletions
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: tqdm
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
pybuild-plugin-pyproject,
|
||||
python3-all,
|
||||
python3-docopt,
|
||||
python3-pandas <!nocheck>,
|
||||
python3-pytest <!nocheck>,
|
||||
python3-pytest-asyncio <!nocheck>,
|
||||
python3-pytest-timeout <!nocheck>,
|
||||
python3-rich <!nocheck>,
|
||||
python3-setuptools,
|
||||
python3-tk <!nocheck>,
|
||||
Standards-Version: 4.6.2.0
|
||||
Homepage: https://github.com/tqdm/tqdm
|
||||
|
||||
Package: python3-tqdm
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: fast, extensible progress bar for Python 3 and CLI tool
|
||||
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes
|
||||
your loops show a smart progress meter, just by wrapping any iterable with
|
||||
"tqdm(iterable)".
|
||||
.
|
||||
This package contains the Python 3 version of tqdm and its command-line tool.
|
Loading…
Add table
Add a link
Reference in a new issue