development/pandas: Updated for version 0.15.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9725e624ce
commit
2c13efb08a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pandas
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
VERSION=${VERSION:-0.15.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pandas"
|
||||
VERSION="0.14.1"
|
||||
VERSION="0.15.2"
|
||||
HOMEPAGE="http://pandas.pydata.org"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.14.1.tar.gz"
|
||||
MD5SUM="cda1fd7da4d14e1b7531cc19c11c1ea2"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.15.2.tar.gz"
|
||||
MD5SUM="3f510684278068e4409fa9a986033512"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython numpy python-dateutil pytz"
|
||||
|
|
Loading…
Reference in New Issue