mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/pandas: Updated for version 0.17.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3171a03f9d
commit
19c7bc9367
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pandas
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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.16.2}
|
||||
VERSION=${VERSION:-0.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pandas"
|
||||
VERSION="0.16.2"
|
||||
VERSION="0.17.1"
|
||||
HOMEPAGE="http://pandas.pydata.org"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.16.2.tar.gz"
|
||||
MD5SUM="3b05778198f39dbad9ffe1b6edd810dd"
|
||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.17.1.tar.gz"
|
||||
MD5SUM="ef1c09e1d66c54a2b227fead292b0359"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython numpy python-dateutil pytz"
|
||||
|
|
Loading…
Reference in a new issue