python-pandas: update to 0.18.1

This commit is contained in:
Alessio Sergi 2016-05-06 12:12:22 +02:00
parent 115f785720
commit b59cdc85a2

View file

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