python-numexpr: update to 2.6.5

This commit is contained in:
Alessio Sergi 2018-05-04 11:11:34 +02:00
parent c45617e759
commit fc48deb62e

View file

@ -1,6 +1,6 @@
# Template file for 'python-numexpr' # Template file for 'python-numexpr'
pkgname=python-numexpr pkgname=python-numexpr
version=2.6.4 version=2.6.5
revision=1 revision=1
wrksrc="numexpr-${version}" wrksrc="numexpr-${version}"
build_style=python-module build_style=python-module
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pydata/numexpr" homepage="https://github.com/pydata/numexpr"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz" distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz"
checksum=f0bef9a3a5407fb8d6344cf91b658bef7c13ec8a8eb13f423822d9d2ca5af6ce checksum=f8ad8014085628eab91bc82fb9d10cf9ab8e04ede4884e4a1061445d395b36bb
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE