summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:52:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:52:10 +0000
commitb8f1642c66b7439409ca3b4186a4f91a216a472c (patch)
tree87094955b88221bb2e3925d43b82cb8946ea9c8b
parentAdding python3-dask to build-depends for additional tests. (diff)
downloadtqdm-b8f1642c66b7439409ca3b4186a4f91a216a472c.tar.xz
tqdm-b8f1642c66b7439409ca3b4186a4f91a216a472c.zip
Running wrap-and-sort on debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control30
1 files changed, 16 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index b0eb7c3..c89cc7a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,19 @@ 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-dask <!nocheck>,
- python3-docopt,
- python3-pandas <!nocheck>,
- python3-pytest <!nocheck>,
- python3-pytest-asyncio <!nocheck>,
- python3-pytest-timeout <!nocheck>,
- python3-rich <!nocheck>,
- python3-setuptools,
- python3-tk <!nocheck>,
+Build-Depends:
+ debhelper-compat (= 13),
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-dask <!nocheck>,
+ python3-docopt,
+ python3-pandas <!nocheck>,
+ python3-pytest <!nocheck>,
+ python3-pytest-asyncio <!nocheck>,
+ python3-pytest-timeout <!nocheck>,
+ python3-rich <!nocheck>,
+ python3-setuptools,
+ python3-tk <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
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
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends},
+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