From e67e5d7ea3fd9c79e982bcc2b0417fca7c727d6b Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 22 Nov 2020 19:40:11 -0600 Subject: [PATCH] python3-numexpr: update to 2.7.2 --- srcpkgs/python3-numexpr/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template index ce056126e98..31984949e5e 100644 --- a/srcpkgs/python3-numexpr/template +++ b/srcpkgs/python3-numexpr/template @@ -1,7 +1,7 @@ # Template file for 'python3-numexpr' pkgname=python3-numexpr -version=2.7.0 -revision=4 +version=2.7.2 +revision=1 wrksrc="numexpr-${version}" build_style=python3-module build_helper=numpy @@ -12,8 +12,8 @@ short_desc="Fast numerical expression evaluator for NumPy (Python3)" maintainer="Orphaned " license="MIT" homepage="https://github.com/pydata/numexpr" -distfiles="${PYPI_SITE}/n/numexpr/numexpr-${version}.tar.gz" -checksum=37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217 +distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz" +checksum=c939f806c179e9fcb80100f3cd32a748d14a6101c29fb102cc77844549c88291 post_install() { vlicense LICENSE.txt