[python-matplotlib/f22] New sources

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Wed Feb 25 05:39:52 UTC 2015


commit 98dd5e3da26a0f2f7ea0bfec5c1dc0647655fc2c
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Tue Feb 24 22:25:45 2015 -0500

    New sources

 .gitignore          | 2 ++
 generate-tarball.sh | 6 +++---
 sources             | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
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


More information about the scm-commits mailing list