From 37a2dfef2211249330e872fd8b1c76b918403225 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 15 Mar 2016 06:28:00 +0100 Subject: [PATCH] python-pandas: update to 0.18.0 --- srcpkgs/python-pandas/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pandas/template b/srcpkgs/python-pandas/template index d9209919c28..01c0d4a03f5 100644 --- a/srcpkgs/python-pandas/template +++ b/srcpkgs/python-pandas/template @@ -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 " 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' {} +