summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author dslackw <d.zlatanidis@gmail.com>2014-08-06 05:00:12 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-06 14:18:48 +0700
commit55701cf2f25372ab006e2f480bfd30347b014eaf (patch)
tree9738c2395698abcfe2974b04a1bfe124130d4bd4 /development
parent0415b2a2c722265ce122d1e4455f52d8a607d5bd (diff)
downloadslackbuilds-55701cf2f25372ab006e2f480bfd30347b014eaf.tar.gz
slackbuilds-55701cf2f25372ab006e2f480bfd30347b014eaf.tar.xz
development/pandas: Updated for version 0.14.1.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/pandas/pandas.SlackBuild6
-rw-r--r--development/pandas/pandas.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild
index 114906be68..61840671a8 100644
--- a/development/pandas/pandas.SlackBuild
+++ b/development/pandas/pandas.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pandas
-VERSION=${VERSION:-0.14.0}
+VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE PKG-INFO RELEASE.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md LICENSE RELEASE.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 70eea43610..ea40a3806c 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,10 +1,10 @@
PRGNAM="pandas"
-VERSION="0.14.0"
+VERSION="0.14.1"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz"
-MD5SUM="b775987c0ceebcc8d5ace4a1241c967a"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.14.1.tar.gz"
+MD5SUM="393dd8f35411e4022177aa64b2da46f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy python-dateutil pytz"
+REQUIRES="Cython numpy python-dateutil pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"