python-pandas: update to 0.17.0

This commit is contained in:
Alessio Sergi 2015-10-10 20:17:45 +02:00
parent 1d8c561665
commit 546a28b316

View file

@ -1,6 +1,6 @@
# Template file for 'python-pandas'
pkgname=python-pandas
version=0.16.2
version=0.17.0
revision=1
wrksrc="pandas-${version}"
build_style=python-module
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://pandas.pydata.org/"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz"
checksum=e01853dfe111f3aea005315573400b7216ddbabbf1f28d482a71217d67ae4f81
checksum=320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4
pre_build() {
find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +