python/numexpr: Updated for version 2.7.1.

Remove Python 2 support.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-01-06 22:51:00 -08:00 committed by Willy Sudiarto Raharjo
parent 8c8c670c47
commit 8085fddc57
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for numexpr
# Copyright 2010-2015 LukenShiro, Italy
# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=numexpr
VERSION=${VERSION:-2.7.0}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,7 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,10 +1,10 @@
PRGNAM="numexpr"
VERSION="2.7.0"
VERSION="2.7.1"
HOMEPAGE="https://github.com/pydata/numexpr"
DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.7.0.tar.gz"
MD5SUM="8f56da94ef2348be23ed9836f32bcf9b"
DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.7.1.tar.gz"
MD5SUM="b96931414667e7772be93f9ea6280b36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy numpy3"
REQUIRES="numpy3"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"