From d5ba5c2999debd017c9a81844140a336a48eb260 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 22 Nov 2015 18:37:57 +0100 Subject: [PATCH] python-pandas: update to 0.17.1 --- srcpkgs/python-pandas/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pandas/template b/srcpkgs/python-pandas/template index 828ca16e4f..d9209919c2 100644 --- a/srcpkgs/python-pandas/template +++ b/srcpkgs/python-pandas/template @@ -1,7 +1,7 @@ # Template file for 'python-pandas' pkgname=python-pandas -version=0.17.0 -revision=2 +version=0.17.1 +revision=1 wrksrc="pandas-${version}" build_style=python-module python_versions="2.7 3.4" @@ -15,7 +15,7 @@ maintainer="Alessio Sergi " homepage="http://pandas.pydata.org/" license="3-clause-BSD" distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz" -checksum=320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4 +checksum=cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837 pre_build() { find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +