From 98dd5e3da26a0f2f7ea0bfec5c1dc0647655fc2c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Feb 25 2015 04:07:02 +0000 Subject: New sources --- diff --git a/.gitignore b/.gitignore index dc5638d..e3e16a5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ matplotlib-1.0.0-without-gpc.tar.gz /matplotlib-1.2.0-without-gpc.tar.gz /matplotlib-1.3.0-without-gpc.tar.xz /matplotlib-1.3.1-without-gpc.tar.xz +/matplotlib-1.4.3-without-gpc.tar.xz +/matplotlib-1.4.3-without-extern.tar.xz diff --git a/generate-tarball.sh b/generate-tarball.sh index 550baee..c35ec62 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -6,14 +6,14 @@ version=$1 dir=matplotlib-${version} file=matplotlib-${version}.tar.gz -result=matplotlib-${version}-without-gpc.tar.xz +result=matplotlib-${version}-without-extern.tar.xz -wget -vc http://downloads.sourceforge.net/matplotlib/$file +test -f $file || wget -v http://downloads.sourceforge.net/matplotlib/$file rm -rf matplotlib-${version} tar xzf $file -rm matplotlib-${version}/agg24/include/agg_conv_gpc.h +rm -r matplotlib-${version}/extern/{agg24,CXX,qhull} rm -f $result tar cJf $result $dir diff --git a/sources b/sources index 2f154c1..f62bf06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -832170ea532d5f7ca227ea04f044291e matplotlib-1.3.1-without-gpc.tar.xz +cddc881f019f5cdcc6bb9f469fbb6e66 matplotlib-1.4.3-without-extern.tar.xz