mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/numexpr: Updated for version 2.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07254b8a01
commit
d48c6ae03d
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for numexpr
|
||||
|
||||
# Copyright 2010-2014 LukenShiro, Italy
|
||||
# Copyright 2010-2015 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=numexpr
|
||||
VERSION=${VERSION:-2.4}
|
||||
VERSION=${VERSION:-2.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCFILES="ANNOUNCE.rst README.rst AUTHORS.txt INSTALL.rst RELEASE_NOTES.rst"
|
||||
DOCFILES="ANNOUNCE.rst AUTHORS.txt INSTALL.rst LICENSE.txt README.rst RELEASE_NOTES.rst"
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numexpr"
|
||||
VERSION="2.4"
|
||||
VERSION="2.4.6"
|
||||
HOMEPAGE="https://github.com/pydata/numexpr"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.4.tar.gz"
|
||||
MD5SUM="df7e8d9e9dbb145b56d43c465c2bf854"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.4.6.tar.gz"
|
||||
MD5SUM="17ac6fafc9ea1ce3eb970b9abccb4fbd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numpy"
|
||||
|
|
Loading…
Reference in a new issue