python-pandas: update to 0.18.0

This commit is contained in:
Alessio Sergi 2016-03-15 06:28:00 +01:00
parent 8e843451df
commit 37a2dfef22

View file

@ -1,6 +1,6 @@
# Template file for 'python-pandas'
pkgname=python-pandas
version=0.17.1
version=0.18.0
revision=1
wrksrc="pandas-${version}"
build_style=python-module
@ -15,7 +15,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=cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837
checksum=c975710ce8154b50f39a46aa3ea88d95b680191d1d9d4b5dd91eae7215e01814
pre_build() {
find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +