diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-06 22:51:00 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:53 +0700 |
commit | 8085fddc576d04219996f20679e63e84fbac10f3 (patch) | |
tree | 1816735a0ecac68745d6c7f687f7c0a69b7514a1 /python/numexpr | |
parent | 8c8c670c475515d633878d7a32aa3665b00d7958 (diff) |
python/numexpr: Updated for version 2.7.1.
Remove Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python/numexpr')
-rw-r--r-- | python/numexpr/numexpr.SlackBuild | 5 | ||||
-rw-r--r-- | 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 a0ecccc5e4f5..db4f95f43f73 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 <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 \ diff --git a/python/numexpr/numexpr.info b/python/numexpr/numexpr.info index 360eb6fc8dc6..3fc81b53c04c 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" |