Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-tqdm/PKGBUILD
blob: d02a290a4099eaa6f5570c1cdd960fcd0cfcdc90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://github.com/tqdm/tqdm/issues/538

source+=('tqdm-4.22.0-sleep-test-workaround.patch')
sha512sums+=('ac09e7578ad380f55f9371a067061bd1f23be6a799ec82c3abf2471d7d780bd435b423d0ab1f989cf7039b467d5adfa38e324cb887b0b27f52218fa3753956fa')

eval "$(
  declare -f prepare | \
    sed '
      /cp/ i pushd ${srcdir}/tqdm-$pkgver && patch -Np1 -i "${srcdir}"/tqdm-4.22.0-sleep-test-workaround.patch && popd
    '
)"

# Check depends on python-keras which depends on tensorflow
unset check
unset checkdepends