Running wrap-and-sort on debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bf60f2a01f
commit
a0dd52cc1c
1 changed files with 16 additions and 14 deletions
30
debian/control
vendored
30
debian/control
vendored
|
@ -2,18 +2,19 @@ Source: tqdm
|
||||||
Section: python
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends:
|
||||||
pybuild-plugin-pyproject,
|
debhelper-compat (= 13),
|
||||||
python3-all,
|
pybuild-plugin-pyproject,
|
||||||
python3-dask <!nocheck>,
|
python3-all,
|
||||||
python3-docopt,
|
python3-dask <!nocheck>,
|
||||||
python3-pandas <!nocheck>,
|
python3-docopt,
|
||||||
python3-pytest <!nocheck>,
|
python3-pandas <!nocheck>,
|
||||||
python3-pytest-asyncio <!nocheck>,
|
python3-pytest <!nocheck>,
|
||||||
python3-pytest-timeout <!nocheck>,
|
python3-pytest-asyncio <!nocheck>,
|
||||||
python3-rich <!nocheck>,
|
python3-pytest-timeout <!nocheck>,
|
||||||
python3-setuptools,
|
python3-rich <!nocheck>,
|
||||||
python3-tk <!nocheck>,
|
python3-setuptools,
|
||||||
|
python3-tk <!nocheck>,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://tqdm.github.io
|
Homepage: https://tqdm.github.io
|
||||||
|
@ -22,8 +23,9 @@ Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tqd
|
||||||
|
|
||||||
Package: python3-tqdm
|
Package: python3-tqdm
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends:
|
||||||
${python3:Depends},
|
${misc:Depends},
|
||||||
|
${python3:Depends},
|
||||||
Description: fast, extensible progress bar for Python 3 and CLI tool
|
Description: fast, extensible progress bar for Python 3 and CLI tool
|
||||||
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes
|
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes
|
||||||
your loops show a smart progress meter, just by wrapping any iterable with
|
your loops show a smart progress meter, just by wrapping any iterable with
|
||||||
|
|
Loading…
Add table
Reference in a new issue