python/pytables: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fba9a8420c
commit
ad3cb6a096
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pytables
|
||||
|
||||
# Copyright 2007-2013 LukenShiro, Italy
|
||||
# Copyright 2007-2014 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytables
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -68,10 +68,10 @@ tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz
|
|||
cd $SRC_PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py build install --prefix=/usr --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytables"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.1.1"
|
||||
HOMEPAGE="http://www.pytables.org/moin"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.0.0.tar.gz"
|
||||
MD5SUM="9c8a18d51be5e94a2ae50ea31d26f8c2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.1.1.tar.gz"
|
||||
MD5SUM="38d917f0c6dfb0bc28ce9ea0c3492524"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython hdf5 numexpr"
|
||||
|
|
Loading…
Reference in New Issue