diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-07 12:32:52 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:46 +0700 |
commit | d03892e3ea38ac744b507bd7725f36a09cb9a775 (patch) | |
tree | d227e17fc12fd8040927755b588d402c43eff8bd | |
parent | 2130b9b566a1b8377eff3770a4a077b06d56c15f (diff) |
development/pandas: Updated for version 0.20.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | development/pandas/pandas.SlackBuild | 6 | ||||
-rw-r--r-- | development/pandas/pandas.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild index 7c3b44ed4a86..d418cf8615de 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.19.2} +VERSION=${VERSION:-0.20.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/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$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 README.md LICENSE RELEASE.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a doc/README.rst 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 ed215b19bfea..d5b34c914aae 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -1,8 +1,8 @@ PRGNAM="pandas" -VERSION="0.19.2" +VERSION="0.20.1" HOMEPAGE="http://pandas.pydata.org" -DOWNLOAD="https://github.com/pydata/pandas/archive/v0.19.2.tar.gz" -MD5SUM="ec94ff3e7e8f6c8ed8f96aa3aa9e6659" +DOWNLOAD="https://pypi.python.org/packages/34/fd/0cb98ea4df08c82af3de93da5b9f79d573c6ecc05098905f9cd6b0bece51/pandas-0.20.1.tar.gz" +MD5SUM="0b4b377994461068ea7751dedfa1cb4a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy python-dateutil pytz" |