diff options
author | LukenShiro <lukenshiro@ngi.it> | 2014-10-16 16:37:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-16 16:37:29 +0700 |
commit | ad3cb6a09675136d47dbd4c6e96bd5d73d4ab1b2 (patch) | |
tree | 0dd3201ac404a6135dcfdd2f4cadddd528c42cfc /python | |
parent | fba9a8420c25171a26e2fe1765242b24009baf8b (diff) |
python/pytables: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pytables/pytables.SlackBuild | 12 | ||||
-rw-r--r-- | python/pytables/pytables.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild index fd6f3c4033dc..3c41e898440f 100644 --- a/python/pytables/pytables.SlackBuild +++ b/python/pytables/pytables.SlackBuild @@ -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 diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info index 7b73386d54d6..45103f348370 100644 --- a/python/pytables/pytables.info +++ b/python/pytables/pytables.info @@ -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" |