Date: Monday, October 26, 2020 @ 12:26:29 Author: felixonmars Revision: 733942
upgpkg: python-tqdm 4.51.0-1 Modified: python-tqdm/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-26 12:24:24 UTC (rev 733941) +++ PKGBUILD 2020-10-26 12:26:29 UTC (rev 733942) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-tqdm -pkgver=4.50.2 +pkgver=4.51.0 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') @@ -9,19 +9,19 @@ url='https://github.com/tqdm/tqdm' depends=('python') makedepends=('python-setuptools') -checkdepends=('python-nose' 'python-coverage' 'flake8') +checkdepends=('python-pytest' 'python-coverage' 'flake8') source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha512sums=('57ead1572a394b8689efe27b4c1d22b8c1c8be25b005585681a956acfbafa6df43c715ac2c74229db415d44f68f679a1d11a74702120ef23bf5e082c7c4cf447') +sha512sums=('68b703bcb653ea09ca22ad5c94d662c729cee571839d38e98988e4d69e658d4aeb02198bd1a8f62c6041b662564fbe049c12b7b481cf874de4110af8c66b1c66') build() { - cd "$srcdir"/tqdm-$pkgver + cd tqdm-$pkgver python setup.py build } check() { - cd "$srcdir"/tqdm-$pkgver + cd tqdm-$pkgver python setup.py egg_info - PYTHONPATH="$PWD" nosetests --ignore-files="tests_perf\.py" + python -m pytest } package() {
