diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-07-15 19:06:23 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:08 -0500 |
commit | afd30e8b8a900135f0f04558d6ea8c641ed9d1de (patch) | |
tree | bf4e8b9ce15d564213d5ab290fe19ca7f2c087e2 | |
parent | 48d1b64b6e1330fed1572ea6c0e3e87b64c42885 (diff) | |
download | slackbuilds-afd30e8b8a900135f0f04558d6ea8c641ed9d1de.tar.gz |
python/pytables: Updated for version 2.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r-- | python/pytables/pytables.SlackBuild | 4 | ||||
-rw-r--r-- | python/pytables/pytables.info | 11 | ||||
-rw-r--r-- | python/pytables/slack-desc | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild index 27c070852d..fb5822657f 100644 --- a/python/pytables/pytables.SlackBuild +++ b/python/pytables/pytables.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pytables -# Copyright 2007-2010 LukenShiro <lukenshiro@ngi.it> +# Copyright 2007-2011 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.2} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info index 2b441328bd..58df8f5429 100644 --- a/python/pytables/pytables.info +++ b/python/pytables/pytables.info @@ -1,13 +1,12 @@ PRGNAM="pytables" -VERSION="2.2" +VERSION="2.2.1" HOMEPAGE="http://www.pytables.org/moin" -DOWNLOAD="http://www.pytables.org/download/pytables-2.2/tables-2.2.tar.gz \ - http://www.pytables.org/download/pytables-2.2/pytablesmanual-2.2.pdf" -MD5SUM="b95ebb5e501296f30fd75254a689d57b \ - 61609ed51b1bfab0689dbbc3ca636cb3" +DOWNLOAD="http://www.pytables.org/download/pytables-2.2.1/tables-2.2.1.tar.gz \ + http://www.pytables.org/download/pytables-2.2.1/pytablesmanual-2.2.1.pdf" +MD5SUM="37f4932ecff9fe97bffc7a3d2e7da427 \ + c81c3a452b17b8fe39a93825081aad72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" APPROVED="Niels Horn" - diff --git a/python/pytables/slack-desc b/python/pytables/slack-desc index ecf9f8542a..73f0f940b0 100644 --- a/python/pytables/slack-desc +++ b/python/pytables/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler----------------------------------------------------| + |-----handy-ruler------------------------------------------------------| pytables: pytables (Hierarchical datasets in Python) pytables: pytables: PyTables is a package for managing hierarchical datasets |