tqdm 4.54.1
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user