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 ++--- python/numexpr/numexpr.info | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) 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 \ diff --git a/python/numexpr/numexpr.info b/python/numexpr/numexpr.info index 360eb6fc8d..3fc81b53c0 100644 --- a/python/numexpr/numexpr.info +++ b/python/numexpr/numexpr.info @@ -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" -- cgit v1.2.3