From b59cdc85a2bc92e3d6d5c411ffb7b3e93842dba8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 6 May 2016 12:12:22 +0200 Subject: [PATCH] python-pandas: update to 0.18.1 --- srcpkgs/python-pandas/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pandas/template b/srcpkgs/python-pandas/template index 01c0d4a03f5..5fc95535a51 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.18.0 +version=0.18.1 revision=1 wrksrc="pandas-${version}" build_style=python-module @@ -15,11 +15,8 @@ maintainer="Alessio Sergi " 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 }