development/pandas: Updated for version 0.16.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e05cffe933
commit
0c6a1e6844
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pandas
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=pandas
|
||||
VERSION=${VERSION:-0.15.2}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pandas"
|
||||
VERSION="0.15.2"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="http://pandas.pydata.org"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.15.2.tar.gz"
|
||||
MD5SUM="3f510684278068e4409fa9a986033512"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.16.1.tar.gz"
|
||||
MD5SUM="2c42bf3f8fe0e2255bb363646cca33ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython numpy python-dateutil pytz"
|
||||
|
|
Loading…
Reference in New Issue