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>
This commit is contained in:
parent
e51f8e95af
commit
b8110015d6
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue