summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2012-12-29 10:14:49 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-29 10:16:03 +0100
commitb8110015d64ede9928cc71b15709f77ca5ffe80e (patch)
tree76563f3b30edf7cfadb0b22cc42d54980943ad6f
parente51f8e95af962db128280c7e421b48712f7a3023 (diff)
downloadslackbuilds-b8110015d64ede9928cc71b15709f77ca5ffe80e.tar.gz
slackbuilds-b8110015d64ede9928cc71b15709f77ca5ffe80e.tar.xz
python/pytables: Updated for version 2.4.0.
(removed additional download of the manual, now it's included in the tarball --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/pytables/pytables.SlackBuild9
-rw-r--r--python/pytables/pytables.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild
index 9e052783cb..6384a172ef 100644
--- a/python/pytables/pytables.SlackBuild
+++ b/python/pytables/pytables.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pytables
-# Copyright 2007-2011 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2007-2013 LukenShiro <lukenshiro@ngi.it>
# 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=pytables
-VERSION=${VERSION:-2.3.1}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,8 +41,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRC_PRGNAM=tables
-DOCFILES="RELEASE_NOTES.txt LICENSES/ MIGRATING_TO_2.x.txt THANKS \
- ANNOUNCE.txt LICENSE.txt PKG-INFO README.txt doc/html doc/scripts"
+DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
+ PKG-INFO README.txt doc/html doc/scripts doc/usersguide-$VERSION.pdf"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@@ -82,7 +82,6 @@ cp -a examples contrib bench $PKG/usr/share/$PRGNAM/
# Copy documentation files
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION
-cp $CWD/pytablesmanual-$VERSION.pdf $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info
index 1fa2d9d606..fc49938353 100644
--- a/python/pytables/pytables.info
+++ b/python/pytables/pytables.info
@@ -1,10 +1,8 @@
PRGNAM="pytables"
-VERSION="2.3.1"
+VERSION="2.4.0"
HOMEPAGE="http://www.pytables.org/moin"
-DOWNLOAD="http://sourceforge.net/projects/pytables/files/pytables/2.3.1/tables-2.3.1.tar.gz \
- http://sourceforge.net/projects/pytables/files/pytables/2.3.1/pytablesmanual-2.3.1.pdf"
-MD5SUM="97cf501c185226f5424e31cd74c1a001 \
- d511418f3d7a0d0683677125c2f8b798"
+DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-2.4.0.tar.gz"
+MD5SUM="ec20938fca8b579020c5a4cc567caf7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython hdf5 numexpr"