From df2ffa0141f7653ddb161e01fb901eff57f73089 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Mon, 7 Dec 2020 22:37:10 -0800 Subject: [PATCH] tqdm 4.54.1 --- mingw-w64-python-tqdm/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mingw-w64-python-tqdm/PKGBUILD b/mingw-w64-python-tqdm/PKGBUILD index 5f703598bf..92b5e7c85f 100644 --- a/mingw-w64-python-tqdm/PKGBUILD +++ b/mingw-w64-python-tqdm/PKGBUILD @@ -3,17 +3,17 @@ _realname=tqdm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.54.0 +pkgver=4.54.1 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') url="https://github.com/tqdm/tqdm" license=('MIT' 'MPL') depends=("${MINGW_PACKAGE_PREFIX}-python") -#checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") +checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha256sums=('226031403d7bec48accf420be05f8a3e469875032bcfb5989d9a59ddda9f95f7') +sha256sums=('c2289d72f4e96cdc058e235bace5e52414c100473f998ea3f47ffcecbb6a08f9') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -29,11 +29,11 @@ build() { ${MINGW_PREFIX}/bin/python setup.py build } -# check() { -# cd "${srcdir}/python-build-${CARCH}" -# ${MINGW_PREFIX}/bin/python setup.py egg_info || warning "Tests failed" -# ${MINGW_PREFIX}/bin/python -m pytest || warning "Tests failed" -# } +check() { + cd "${srcdir}/python-build-${CARCH}" + ${MINGW_PREFIX}/bin/python setup.py egg_info || warning "Tests failed" + ${MINGW_PREFIX}/bin/python -m pytest || warning "Tests failed" +} package() { cd "${srcdir}/python-build-${CARCH}"