From 96b05874a4b530950eb3637d6ef41e26cfc6cc57 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 21 Aug 2016 23:55:45 +0200 Subject: [PATCH] python-matplotlib: update to 1.5.2 --- srcpkgs/python-matplotlib/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-matplotlib/template b/srcpkgs/python-matplotlib/template index c4568bce0a3..dca1e53c7f5 100644 --- a/srcpkgs/python-matplotlib/template +++ b/srcpkgs/python-matplotlib/template @@ -1,7 +1,7 @@ # Template file for 'python-matplotlib' pkgname=python-matplotlib -version=1.5.1 -revision=3 +version=1.5.2 +revision=1 wrksrc="matplotlib-${version}" build_style=python-module python_versions="2.7 3.4" @@ -23,7 +23,7 @@ maintainer="Alessio Sergi " homepage="http://matplotlib.org/" license="matplotlib, BSD, MIT" distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz" -checksum=3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40 +checksum=8875d763c9e0d0ae01fefd5ebbe2b22bde5f080037f9467126d5dbee31785913 export XDG_RUNTIME_DIR=/tmp @@ -35,8 +35,6 @@ pre_build() { [rc_options] backend = Agg EOF - # remove shebangs - find . -type f -name '*.py' -exec sed -i "s,^#!.*python$,," {} + # adjust path sed -i 's,\(site-packages/matplotlib/mpl-data\),/etc,' matplotlibrc.template }