# Description: Fast, Extensible Progress Meter # URL: https://github.com/tqdm/tqdm # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: python3-setuptools-scm python3-toml name=python3-tqdm version=4.61.2 release=1 source=("https://github.com/tqdm/tqdm/archive/v$version.tar.gz") build() { export SETUPTOOLS_SCM_PRETEND_VERSION=$version cd ${name#python3-}-${version} python3 setup.py build python3 setup.py install --optimize=1 --root=${PKG} }