summaryrefslogtreecommitdiffstats
path: root/python/pytables/pytables.SlackBuild
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2015-11-09 20:27:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-09 20:27:34 +0700
commit1e71e89282489576ad007fda112233847d60f786 (patch)
tree8bd24ade44d5d0d9232cc6f9f8255c19da254831 /python/pytables/pytables.SlackBuild
parent7e02be774e74238bb05a10d1a59f17215b618368 (diff)
downloadslackbuilds-1e71e89282489576ad007fda112233847d60f786.tar.gz
slackbuilds-1e71e89282489576ad007fda112233847d60f786.tar.xz
python/pytables: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytables/pytables.SlackBuild')
-rw-r--r--python/pytables/pytables.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild
index f9443f4938..08f02e5c9b 100644
--- a/python/pytables/pytables.SlackBuild
+++ b/python/pytables/pytables.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pytables
-# Copyright 2007-2014 LukenShiro, Italy
+# Copyright 2007-2015 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.1.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.2.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -41,8 +41,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRC_PRGNAM=tables
-DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
- PKG-INFO README.txt doc/html doc/scripts"
+DOCFILES="ANNOUNCE.txt LICENSE.txt LICENSES/ PKG-INFO README.rst \
+ RELEASE_NOTES.txt THANKS doc/html doc/scripts"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"