# Maintainer: Drew DeVault pkgname=py3-tqdm _pkgname=tqdm pkgver=4.36.1 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict url="https://pypi.python.org/pypi/tqdm" arch="noarch" license="MIT" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" builddir="$srcdir/$_pkgname-$pkgver" replaces="py-tqdm" # Backwards compatibility provides="py-tqdm=$pkgver-r$pkgrel" # Backwards compatibility prepare() { default_prepare case "$CARCH" in # FIXME: remove selected failing tests on selected arches aarch64) rm tqdm/tests/tests_perf.py;; s390x) rm tqdm/tests/tests_perf.py;; x86) rm tqdm/tests/tests_synchronisation.py;; esac } build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" mv "$pkgdir"/usr/bin/tqdm "$pkgdir"/usr/bin/tqdm-3 mkdir -p "$pkgdir"/usr/bin ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } sha512sums="26fba84380ee8f39104cd0108d8fc9c33441f15f59d03ef2f95de6026f40cd40723835c0ab2c7db1358de716b0c83ad2a88103fd99a59de473127c69485f14cb tqdm-4.36.1.tar.gz 18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch"