[arch-commits] Commit in python-tqdm/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Feb 28 20:41:52 UTC 2021
Date: Sunday, February 28, 2021 @ 20:41:51
Author: ffy00
Revision: 876060
add python-requetss optdepend (4.58.0-2)
Modified:
python-tqdm/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 20:40:25 UTC (rev 876059)
+++ PKGBUILD 2021-02-28 20:41:51 UTC (rev 876060)
@@ -2,12 +2,13 @@
pkgname=python-tqdm
pkgver=4.58.0
-pkgrel=1
+pkgrel=2
pkgdesc='Fast, Extensible Progress Meter'
arch=('any')
license=('MIT' 'MPL')
url='https://github.com/tqdm/tqdm'
depends=('python')
+optdepends=('python-requests: telegram')
makedepends=('python-setuptools-scm')
checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy'
'python-pandas' 'python-tensorflow')
More information about the arch-commits
mailing list