mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/pandas: Updated for version 0.20.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e32b5e4e99
commit
7343cfa9a5
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pandas
|
||||
VERSION=${VERSION:-0.20.1}
|
||||
VERSION=${VERSION:-0.20.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pandas"
|
||||
VERSION="0.20.1"
|
||||
VERSION="0.20.3"
|
||||
HOMEPAGE="http://pandas.pydata.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/34/fd/0cb98ea4df08c82af3de93da5b9f79d573c6ecc05098905f9cd6b0bece51/pandas-0.20.1.tar.gz"
|
||||
MD5SUM="0b4b377994461068ea7751dedfa1cb4a"
|
||||
DOWNLOAD="https://pypi.python.org/packages/ee/aa/90c06f249cf4408fa75135ad0df7d64c09cf74c9870733862491ed5f3a50/pandas-0.20.3.tar.gz"
|
||||
MD5SUM="4df858f28b4bf4fa07d9fbb7f2568173"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numpy python-dateutil pytz"
|
||||
|
|
Loading…
Reference in a new issue