From b8110015d64ede9928cc71b15709f77ca5ffe80e Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Sat, 29 Dec 2012 10:14:49 +0100 Subject: 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 --- python/pytables/pytables.SlackBuild | 9 ++++----- python/pytables/pytables.info | 8 +++----- 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 +# Copyright 2007-2013 LukenShiro # 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" -- cgit v1.2.3