python-numexpr: Rebuild for python 3.7

This commit is contained in:
Alexey Pavlov
2018-07-09 14:40:03 +03:00
parent 1b3b2f52ca
commit b21945df79

View File

@@ -4,7 +4,7 @@ _realname=numexpr
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-$_realname" "${MINGW_PACKAGE_PREFIX}-python3-$_realname")
pkgver=2.6.5
pkgrel=1
pkgrel=2
pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas (mingw-w64)"
arch=('any')
url="https://github.com/pydata/numexpr"