diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-05-19 09:12:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:36 -0400 |
commit | 5bb639402295c640e5c0f4ae1e74970c47a284a6 (patch) | |
tree | f4765f372cba6125b4a42912946742f76a803271 /python/numexpr | |
parent | c4b114203682d507bc1ccd1f66d04f5c1a092d14 (diff) | |
download | slackbuilds-5bb639402295c640e5c0f4ae1e74970c47a284a6.tar.gz |
python/numexpr: Updated for version 2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/numexpr')
-rw-r--r-- | python/numexpr/numexpr.SlackBuild | 4 | ||||
-rw-r--r-- | python/numexpr/numexpr.info | 6 | ||||
-rw-r--r-- | python/numexpr/slack-desc | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/python/numexpr/numexpr.SlackBuild b/python/numexpr/numexpr.SlackBuild index 879a058601..9c2a4b69c0 100644 --- a/python/numexpr/numexpr.SlackBuild +++ b/python/numexpr/numexpr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numexpr -# Copyright 2010-2012 LukenShiro <lukenshiro@ngi.it> +# Copyright 2010-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=numexpr -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/numexpr/numexpr.info b/python/numexpr/numexpr.info index 8322551f3b..33da1781b0 100644 --- a/python/numexpr/numexpr.info +++ b/python/numexpr/numexpr.info @@ -1,8 +1,8 @@ PRGNAM="numexpr" -VERSION="2.0.1" +VERSION="2.1" HOMEPAGE="http://code.google.com/p/numexpr/" -DOWNLOAD="http://numexpr.googlecode.com/files/numexpr-2.0.1.tar.gz" -MD5SUM="5cdc05c2ef8761daeae8a3182e468ba4" +DOWNLOAD="http://numexpr.googlecode.com/files/numexpr-2.1.tar.gz" +MD5SUM="8c138e81fb4214d05453da0fc88bf0d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy" diff --git a/python/numexpr/slack-desc b/python/numexpr/slack-desc index 923a69e87e..8c03f83e2b 100644 --- a/python/numexpr/slack-desc +++ b/python/numexpr/slack-desc @@ -1,9 +1,9 @@ # 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------------------------------------------------------| numexpr: numexpr (Fast numerical array expression evaluator for Python) |