From 8085fddc576d04219996f20679e63e84fbac10f3 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 6 Jan 2020 22:51:00 -0800 Subject: python/numexpr: Updated for version 2.7.1. Remove Python 2 support. Signed-off-by: Benjamin Trigona-Harany --- python/numexpr/numexpr.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/numexpr/numexpr.SlackBuild') diff --git a/python/numexpr/numexpr.SlackBuild b/python/numexpr/numexpr.SlackBuild index a0ecccc5e4..db4f95f43f 100644 --- a/python/numexpr/numexpr.SlackBuild +++ b/python/numexpr/numexpr.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for numexpr # Copyright 2010-2015 LukenShiro, Italy -# Copyright 2019 Benjamin Trigona-Harany +# Copyright 2019-2020 Benjamin Trigona-Harany # 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 \ -- cgit v1.2.3