From b8f1642c66b7439409ca3b4186a4f91a216a472c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2024 09:52:10 +0100 Subject: Running wrap-and-sort on debian files. Signed-off-by: Daniel Baumann --- debian/control | 30 ++++++++++++++++-------------- 1 file 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 -Build-Depends: debhelper-compat (= 13), - pybuild-plugin-pyproject, - python3-all, - python3-dask , - python3-docopt, - python3-pandas , - python3-pytest , - python3-pytest-asyncio , - python3-pytest-timeout , - python3-rich , - python3-setuptools, - python3-tk , +Build-Depends: + debhelper-compat (= 13), + pybuild-plugin-pyproject, + python3-all, + python3-dask , + python3-docopt, + python3-pandas , + python3-pytest , + python3-pytest-asyncio , + python3-pytest-timeout , + python3-rich , + python3-setuptools, + python3-tk , 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 -- cgit v1.2.3