From 9244a6fb6136d43945207500863e028d6c153046 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 9 Mar 2023 18:19:11 +0000 Subject: [PATCH] python3-tqdm: update to 4.65.0, adopt. --- srcpkgs/python3-tqdm/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template index 91cb10685a46..cd64745c9ee3 100644 --- a/srcpkgs/python3-tqdm/template +++ b/srcpkgs/python3-tqdm/template @@ -1,21 +1,23 @@ # Template file for 'python3-tqdm' pkgname=python3-tqdm -version=4.64.1 +version=4.65.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3" checkdepends="python3-pytest-xdist python3-pytest-asyncio - python3-pytest-timeout $depends" -short_desc="Fast, extensible progress bar for Python and CLI (Python3)" -maintainer="Orphaned " + python3-pytest-timeout ${depends}" +short_desc="Fast, extensible progress bar for Python and CLI" +maintainer="Mohammed Anas " license="MPL-2.0, MIT" homepage="https://tqdm.github.io/" +changelog="https://github.com/tqdm/tqdm/releases" distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz" -checksum=5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4 +checksum=1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5 conflicts="python-tqdm>=0" post_install() { - vman tqdm/tqdm.1 tqdm.1 + vman tqdm/tqdm.1 + vcompletion tqdm/completion.sh bash tqdm vlicense LICENCE }