New sources

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2015-02-24 22:25:45 -05:00
parent dd3b8abfa9
commit 98dd5e3da2
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -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
+3 -3
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
832170ea532d5f7ca227ea04f044291e matplotlib-1.3.1-without-gpc.tar.xz
cddc881f019f5cdcc6bb9f469fbb6e66 matplotlib-1.4.3-without-extern.tar.xz