summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author LukenShiro2013-10-27 23:09:42 +0100
committer Robby Workman2013-10-28 05:39:04 +0100
commit8cfdd60a5d3df219df09e8a195336db21e1405e0 (patch)
tree6383bbdbf9b3770547525e9e0b5a0004ea84f2a4
parent942ac7f58394c1c37076cae8577d8006c44f9159 (diff)
downloadslackbuilds-8cfdd60a5d3df219df09e8a195336db21e1405e0.tar.gz
python/pytables: Updated for version 3.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--python/pytables/pytables.SlackBuild4
-rw-r--r--python/pytables/pytables.info6
-rw-r--r--python/pytables/slack-desc20
3 files changed, 15 insertions, 15 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild
index 6384a172ef..9cae7b71d9 100644
--- a/python/pytables/pytables.SlackBuild
+++ b/python/pytables/pytables.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytables
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRC_PRGNAM=tables
DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
- PKG-INFO README.txt doc/html doc/scripts doc/usersguide-$VERSION.pdf"
+ PKG-INFO README.txt doc/html doc/scripts"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info
index fc49938353..7b73386d54 100644
--- a/python/pytables/pytables.info
+++ b/python/pytables/pytables.info
@@ -1,8 +1,8 @@
PRGNAM="pytables"
-VERSION="2.4.0"
+VERSION="3.0.0"
HOMEPAGE="http://www.pytables.org/moin"
-DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-2.4.0.tar.gz"
-MD5SUM="ec20938fca8b579020c5a4cc567caf7c"
+DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.0.0.tar.gz"
+MD5SUM="9c8a18d51be5e94a2ae50ea31d26f8c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython hdf5 numexpr"
diff --git a/python/pytables/slack-desc b/python/pytables/slack-desc
index 73f0f940b0..1eb3e8f8ce 100644
--- a/python/pytables/slack-desc
+++ b/python/pytables/slack-desc
@@ -1,18 +1,18 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
pytables: pytables (Hierarchical datasets in Python)
pytables:
-pytables: PyTables is a package for managing hierarchical datasets
-pytables: and designed to efficiently and easily cope with extremely
-pytables: large amounts of data. It optimizes memory and disk resources
-pytables: so that data takes much less space than other solutions such
-pytables: as relational or object oriented databases.
+pytables: PyTables is a package for managing hierarchical datasets and
+pytables: designed to efficiently and easily cope with extremely large amounts
+pytables: of data. It optimizes memory and disk resources so that data takes
+pytables: much less space than other solutions such as relational or object
+pytables: oriented databases.
pytables:
pytables: Homepage: http://www.pytables.org/moin
pytables: