Mon May 17 16:22:59 2010 UTC ()
update to 0.99.2.1
changes:
-new frameworks: mplot3d, axes grid, axis spine placement
-bugfixes


(drochner)
diff -r1.24 -r1.25 pkgsrc/graphics/py-matplotlib/Makefile
diff -r1.11 -r1.12 pkgsrc/graphics/py-matplotlib/PLIST
diff -r1.9 -r1.10 pkgsrc/graphics/py-matplotlib/distinfo
diff -r1.15 -r1.16 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/distinfo
diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/patches/patch-aa
diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/patches/patch-ab
diff -r1.4 -r1.5 pkgsrc/graphics/py-matplotlib-tk/Makefile
diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-tk/distinfo
diff -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-tk/patches/patch-aa
diff -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-tk/patches/patch-ab
diff -r1.6 -r1.7 pkgsrc/graphics/py-matplotlib/patches/patch-aa

cvs diff -r1.24 -r1.25 pkgsrc/graphics/py-matplotlib/Makefile (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/Makefile 2009/09/23 09:54:45 1.24
+++ pkgsrc/graphics/py-matplotlib/Makefile 2010/05/17 16:22:59 1.25
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.24 2009/09/23 09:54:45 tron Exp $ 1# $NetBSD: Makefile,v 1.25 2010/05/17 16:22:59 drochner Exp $
2# 2#
3 3
4DISTNAME= matplotlib-0.98.4 4DISTNAME= matplotlib-0.99.1.2
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= graphics python 6CATEGORIES= graphics python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://matplotlib.sourceforge.net/ 10HOMEPAGE= http://matplotlib.sourceforge.net/
11COMMENT= Matlab-style plotting package for Python 11COMMENT= Matlab-style plotting package for Python
12 12
13DEPENDS+= ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz 13DEPENDS+= ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
14DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.2:../../time/py-dateutil 14DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.2:../../time/py-dateutil
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
 18WRKSRC= ${WRKDIR}/matplotlib-0.99.1.1
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
19USE_TOOLS+= pkg-config 20USE_TOOLS+= pkg-config
20PY_PATCHPLIST= yes 21PY_PATCHPLIST= yes
21PYDISTUTILSPKG= yes 22PYDISTUTILSPKG= yes
22 23
23.include "../../lang/python/extension.mk" 24.include "../../lang/python/extension.mk"
24 25
25.include "../../devel/zlib/buildlink3.mk" 26.include "../../devel/zlib/buildlink3.mk"
26.include "../../graphics/freetype2/buildlink3.mk" 27.include "../../graphics/freetype2/buildlink3.mk"
27.include "../../graphics/png/buildlink3.mk" 28.include "../../graphics/png/buildlink3.mk"
28.include "../../math/py-numpy/buildlink3.mk" 29.include "../../math/py-numpy/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/graphics/py-matplotlib/PLIST (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/PLIST 2009/08/05 11:02:12 1.11
+++ pkgsrc/graphics/py-matplotlib/PLIST 2010/05/17 16:22:59 1.12
@@ -1,474 +1,507 @@ @@ -1,474 +1,507 @@
1@comment $NetBSD: PLIST,v 1.11 2009/08/05 11:02:12 markd Exp $ 1@comment $NetBSD: PLIST,v 1.12 2010/05/17 16:22:59 drochner Exp $
2${PYSITELIB}/configobj.py 
3${PYSITELIB}/configobj.pyc 
4${PYSITELIB}/configobj.pyo 
5${PYSITELIB}/matplotlib/__init__.py 2${PYSITELIB}/matplotlib/__init__.py
6${PYSITELIB}/matplotlib/__init__.pyc 3${PYSITELIB}/matplotlib/__init__.pyc
7${PYSITELIB}/matplotlib/__init__.pyo 4${PYSITELIB}/matplotlib/__init__.pyo
8${PYSITELIB}/matplotlib/_cm.py 5${PYSITELIB}/matplotlib/_cm.py
9${PYSITELIB}/matplotlib/_cm.pyc 6${PYSITELIB}/matplotlib/_cm.pyc
10${PYSITELIB}/matplotlib/_cm.pyo 7${PYSITELIB}/matplotlib/_cm.pyo
11${PYSITELIB}/matplotlib/_cntr.so 8${PYSITELIB}/matplotlib/_cntr.so
12${PYSITELIB}/matplotlib/_delaunay.so 9${PYSITELIB}/matplotlib/_delaunay.so
13${PYSITELIB}/matplotlib/_image.so 10${PYSITELIB}/matplotlib/_image.so
14${PYSITELIB}/matplotlib/_mathtext_data.py 11${PYSITELIB}/matplotlib/_mathtext_data.py
15${PYSITELIB}/matplotlib/_mathtext_data.pyc 12${PYSITELIB}/matplotlib/_mathtext_data.pyc
16${PYSITELIB}/matplotlib/_mathtext_data.pyo 13${PYSITELIB}/matplotlib/_mathtext_data.pyo
17${PYSITELIB}/matplotlib/_path.so 14${PYSITELIB}/matplotlib/_path.so
18${PYSITELIB}/matplotlib/_png.so 15${PYSITELIB}/matplotlib/_png.so
19${PYSITELIB}/matplotlib/_pylab_helpers.py 16${PYSITELIB}/matplotlib/_pylab_helpers.py
20${PYSITELIB}/matplotlib/_pylab_helpers.pyc 17${PYSITELIB}/matplotlib/_pylab_helpers.pyc
21${PYSITELIB}/matplotlib/_pylab_helpers.pyo 18${PYSITELIB}/matplotlib/_pylab_helpers.pyo
22${PYSITELIB}/matplotlib/afm.py 19${PYSITELIB}/matplotlib/afm.py
23${PYSITELIB}/matplotlib/afm.pyc 20${PYSITELIB}/matplotlib/afm.pyc
24${PYSITELIB}/matplotlib/afm.pyo 21${PYSITELIB}/matplotlib/afm.pyo
25${PYSITELIB}/matplotlib/artist.py 22${PYSITELIB}/matplotlib/artist.py
26${PYSITELIB}/matplotlib/artist.pyc 23${PYSITELIB}/matplotlib/artist.pyc
27${PYSITELIB}/matplotlib/artist.pyo 24${PYSITELIB}/matplotlib/artist.pyo
28${PYSITELIB}/matplotlib/axes.py 25${PYSITELIB}/matplotlib/axes.py
29${PYSITELIB}/matplotlib/axes.pyc 26${PYSITELIB}/matplotlib/axes.pyc
30${PYSITELIB}/matplotlib/axes.pyo 27${PYSITELIB}/matplotlib/axes.pyo
31${PYSITELIB}/matplotlib/axes3d.py 
32${PYSITELIB}/matplotlib/axes3d.pyc 
33${PYSITELIB}/matplotlib/axes3d.pyo 
34${PYSITELIB}/matplotlib/axis.py 28${PYSITELIB}/matplotlib/axis.py
35${PYSITELIB}/matplotlib/axis.pyc 29${PYSITELIB}/matplotlib/axis.pyc
36${PYSITELIB}/matplotlib/axis.pyo 30${PYSITELIB}/matplotlib/axis.pyo
37${PYSITELIB}/matplotlib/backend_bases.py 31${PYSITELIB}/matplotlib/backend_bases.py
38${PYSITELIB}/matplotlib/backend_bases.pyc 32${PYSITELIB}/matplotlib/backend_bases.pyc
39${PYSITELIB}/matplotlib/backend_bases.pyo 33${PYSITELIB}/matplotlib/backend_bases.pyo
40${PYSITELIB}/matplotlib/backends/Matplotlib.nib/classes.nib 34${PYSITELIB}/matplotlib/backends/Matplotlib.nib/classes.nib
41${PYSITELIB}/matplotlib/backends/Matplotlib.nib/info.nib 35${PYSITELIB}/matplotlib/backends/Matplotlib.nib/info.nib
42${PYSITELIB}/matplotlib/backends/Matplotlib.nib/keyedobjects.nib 36${PYSITELIB}/matplotlib/backends/Matplotlib.nib/keyedobjects.nib
43${PYSITELIB}/matplotlib/backends/__init__.py 37${PYSITELIB}/matplotlib/backends/__init__.py
44${PYSITELIB}/matplotlib/backends/__init__.pyc 38${PYSITELIB}/matplotlib/backends/__init__.pyc
45${PYSITELIB}/matplotlib/backends/__init__.pyo 39${PYSITELIB}/matplotlib/backends/__init__.pyo
46${PYSITELIB}/matplotlib/backends/_backend_agg.so 40${PYSITELIB}/matplotlib/backends/_backend_agg.so
47${PYSITELIB}/matplotlib/backends/backend_agg.py 41${PYSITELIB}/matplotlib/backends/backend_agg.py
48${PYSITELIB}/matplotlib/backends/backend_agg.pyc 42${PYSITELIB}/matplotlib/backends/backend_agg.pyc
49${PYSITELIB}/matplotlib/backends/backend_agg.pyo 43${PYSITELIB}/matplotlib/backends/backend_agg.pyo
50${PYSITELIB}/matplotlib/backends/backend_cairo.py 44${PYSITELIB}/matplotlib/backends/backend_cairo.py
51${PYSITELIB}/matplotlib/backends/backend_cairo.pyc 45${PYSITELIB}/matplotlib/backends/backend_cairo.pyc
52${PYSITELIB}/matplotlib/backends/backend_cairo.pyo 46${PYSITELIB}/matplotlib/backends/backend_cairo.pyo
53${PYSITELIB}/matplotlib/backends/backend_cocoaagg.py 47${PYSITELIB}/matplotlib/backends/backend_cocoaagg.py
54${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyc 48${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyc
55${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyo 49${PYSITELIB}/matplotlib/backends/backend_cocoaagg.pyo
56${PYSITELIB}/matplotlib/backends/backend_emf.py 50${PYSITELIB}/matplotlib/backends/backend_emf.py
57${PYSITELIB}/matplotlib/backends/backend_emf.pyc 51${PYSITELIB}/matplotlib/backends/backend_emf.pyc
58${PYSITELIB}/matplotlib/backends/backend_emf.pyo 52${PYSITELIB}/matplotlib/backends/backend_emf.pyo
59${PYSITELIB}/matplotlib/backends/backend_fltkagg.py 53${PYSITELIB}/matplotlib/backends/backend_fltkagg.py
60${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyc 54${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyc
61${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyo 55${PYSITELIB}/matplotlib/backends/backend_fltkagg.pyo
62${PYSITELIB}/matplotlib/backends/backend_gdk.py 56${PYSITELIB}/matplotlib/backends/backend_gdk.py
63${PYSITELIB}/matplotlib/backends/backend_gdk.pyc 57${PYSITELIB}/matplotlib/backends/backend_gdk.pyc
64${PYSITELIB}/matplotlib/backends/backend_gdk.pyo 58${PYSITELIB}/matplotlib/backends/backend_gdk.pyo
65${PYSITELIB}/matplotlib/backends/backend_gtk.py 59${PYSITELIB}/matplotlib/backends/backend_gtk.py
66${PYSITELIB}/matplotlib/backends/backend_gtk.pyc 60${PYSITELIB}/matplotlib/backends/backend_gtk.pyc
67${PYSITELIB}/matplotlib/backends/backend_gtk.pyo 61${PYSITELIB}/matplotlib/backends/backend_gtk.pyo
68${PYSITELIB}/matplotlib/backends/backend_gtkagg.py 62${PYSITELIB}/matplotlib/backends/backend_gtkagg.py
69${PYSITELIB}/matplotlib/backends/backend_gtkagg.pyc 63${PYSITELIB}/matplotlib/backends/backend_gtkagg.pyc
70${PYSITELIB}/matplotlib/backends/backend_gtkagg.pyo 64${PYSITELIB}/matplotlib/backends/backend_gtkagg.pyo
71${PYSITELIB}/matplotlib/backends/backend_gtkcairo.py 65${PYSITELIB}/matplotlib/backends/backend_gtkcairo.py
72${PYSITELIB}/matplotlib/backends/backend_gtkcairo.pyc 66${PYSITELIB}/matplotlib/backends/backend_gtkcairo.pyc
73${PYSITELIB}/matplotlib/backends/backend_gtkcairo.pyo 67${PYSITELIB}/matplotlib/backends/backend_gtkcairo.pyo
74${PYSITELIB}/matplotlib/backends/backend_macosx.py 68${PYSITELIB}/matplotlib/backends/backend_macosx.py
75${PYSITELIB}/matplotlib/backends/backend_macosx.pyc 69${PYSITELIB}/matplotlib/backends/backend_macosx.pyc
76${PYSITELIB}/matplotlib/backends/backend_macosx.pyo 70${PYSITELIB}/matplotlib/backends/backend_macosx.pyo
77${PYSITELIB}/matplotlib/backends/backend_mixed.py 71${PYSITELIB}/matplotlib/backends/backend_mixed.py
78${PYSITELIB}/matplotlib/backends/backend_mixed.pyc 72${PYSITELIB}/matplotlib/backends/backend_mixed.pyc
79${PYSITELIB}/matplotlib/backends/backend_mixed.pyo 73${PYSITELIB}/matplotlib/backends/backend_mixed.pyo
80${PYSITELIB}/matplotlib/backends/backend_pdf.py 74${PYSITELIB}/matplotlib/backends/backend_pdf.py
81${PYSITELIB}/matplotlib/backends/backend_pdf.pyc 75${PYSITELIB}/matplotlib/backends/backend_pdf.pyc
82${PYSITELIB}/matplotlib/backends/backend_pdf.pyo 76${PYSITELIB}/matplotlib/backends/backend_pdf.pyo
83${PYSITELIB}/matplotlib/backends/backend_ps.py 77${PYSITELIB}/matplotlib/backends/backend_ps.py
84${PYSITELIB}/matplotlib/backends/backend_ps.pyc 78${PYSITELIB}/matplotlib/backends/backend_ps.pyc
85${PYSITELIB}/matplotlib/backends/backend_ps.pyo 79${PYSITELIB}/matplotlib/backends/backend_ps.pyo
86${PYSITELIB}/matplotlib/backends/backend_qt.py 80${PYSITELIB}/matplotlib/backends/backend_qt.py
87${PYSITELIB}/matplotlib/backends/backend_qt.pyc 81${PYSITELIB}/matplotlib/backends/backend_qt.pyc
88${PYSITELIB}/matplotlib/backends/backend_qt.pyo 82${PYSITELIB}/matplotlib/backends/backend_qt.pyo
89${PYSITELIB}/matplotlib/backends/backend_qt4.py 83${PYSITELIB}/matplotlib/backends/backend_qt4.py
90${PYSITELIB}/matplotlib/backends/backend_qt4.pyc 84${PYSITELIB}/matplotlib/backends/backend_qt4.pyc
91${PYSITELIB}/matplotlib/backends/backend_qt4.pyo 85${PYSITELIB}/matplotlib/backends/backend_qt4.pyo
92${PYSITELIB}/matplotlib/backends/backend_qt4agg.py 86${PYSITELIB}/matplotlib/backends/backend_qt4agg.py
93${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyc 87${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyc
94${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyo 88${PYSITELIB}/matplotlib/backends/backend_qt4agg.pyo
95${PYSITELIB}/matplotlib/backends/backend_qtagg.py 89${PYSITELIB}/matplotlib/backends/backend_qtagg.py
96${PYSITELIB}/matplotlib/backends/backend_qtagg.pyc 90${PYSITELIB}/matplotlib/backends/backend_qtagg.pyc
97${PYSITELIB}/matplotlib/backends/backend_qtagg.pyo 91${PYSITELIB}/matplotlib/backends/backend_qtagg.pyo
98${PYSITELIB}/matplotlib/backends/backend_svg.py 92${PYSITELIB}/matplotlib/backends/backend_svg.py
99${PYSITELIB}/matplotlib/backends/backend_svg.pyc 93${PYSITELIB}/matplotlib/backends/backend_svg.pyc
100${PYSITELIB}/matplotlib/backends/backend_svg.pyo 94${PYSITELIB}/matplotlib/backends/backend_svg.pyo
101${PYSITELIB}/matplotlib/backends/backend_template.py 95${PYSITELIB}/matplotlib/backends/backend_template.py
102${PYSITELIB}/matplotlib/backends/backend_template.pyc 96${PYSITELIB}/matplotlib/backends/backend_template.pyc
103${PYSITELIB}/matplotlib/backends/backend_template.pyo 97${PYSITELIB}/matplotlib/backends/backend_template.pyo
104${PYSITELIB}/matplotlib/backends/backend_tkagg.py 98${PYSITELIB}/matplotlib/backends/backend_tkagg.py
105${PYSITELIB}/matplotlib/backends/backend_tkagg.pyc 99${PYSITELIB}/matplotlib/backends/backend_tkagg.pyc
106${PYSITELIB}/matplotlib/backends/backend_tkagg.pyo 100${PYSITELIB}/matplotlib/backends/backend_tkagg.pyo
107${PYSITELIB}/matplotlib/backends/backend_wx.py 101${PYSITELIB}/matplotlib/backends/backend_wx.py
108${PYSITELIB}/matplotlib/backends/backend_wx.pyc 102${PYSITELIB}/matplotlib/backends/backend_wx.pyc
109${PYSITELIB}/matplotlib/backends/backend_wx.pyo 103${PYSITELIB}/matplotlib/backends/backend_wx.pyo
110${PYSITELIB}/matplotlib/backends/backend_wxagg.py 104${PYSITELIB}/matplotlib/backends/backend_wxagg.py
111${PYSITELIB}/matplotlib/backends/backend_wxagg.pyc 105${PYSITELIB}/matplotlib/backends/backend_wxagg.pyc
112${PYSITELIB}/matplotlib/backends/backend_wxagg.pyo 106${PYSITELIB}/matplotlib/backends/backend_wxagg.pyo
113${PYSITELIB}/matplotlib/backends/tkagg.py 107${PYSITELIB}/matplotlib/backends/tkagg.py
114${PYSITELIB}/matplotlib/backends/tkagg.pyc 108${PYSITELIB}/matplotlib/backends/tkagg.pyc
115${PYSITELIB}/matplotlib/backends/tkagg.pyo 109${PYSITELIB}/matplotlib/backends/tkagg.pyo
116${PYSITELIB}/matplotlib/bezier.py 110${PYSITELIB}/matplotlib/bezier.py
117${PYSITELIB}/matplotlib/bezier.pyc 111${PYSITELIB}/matplotlib/bezier.pyc
118${PYSITELIB}/matplotlib/bezier.pyo 112${PYSITELIB}/matplotlib/bezier.pyo
119${PYSITELIB}/matplotlib/blocking_input.py 113${PYSITELIB}/matplotlib/blocking_input.py
120${PYSITELIB}/matplotlib/blocking_input.pyc 114${PYSITELIB}/matplotlib/blocking_input.pyc
121${PYSITELIB}/matplotlib/blocking_input.pyo 115${PYSITELIB}/matplotlib/blocking_input.pyo
122${PYSITELIB}/matplotlib/cbook.py 116${PYSITELIB}/matplotlib/cbook.py
123${PYSITELIB}/matplotlib/cbook.pyc 117${PYSITELIB}/matplotlib/cbook.pyc
124${PYSITELIB}/matplotlib/cbook.pyo 118${PYSITELIB}/matplotlib/cbook.pyo
125${PYSITELIB}/matplotlib/cm.py 119${PYSITELIB}/matplotlib/cm.py
126${PYSITELIB}/matplotlib/cm.pyc 120${PYSITELIB}/matplotlib/cm.pyc
127${PYSITELIB}/matplotlib/cm.pyo 121${PYSITELIB}/matplotlib/cm.pyo
128${PYSITELIB}/matplotlib/collections.py 122${PYSITELIB}/matplotlib/collections.py
129${PYSITELIB}/matplotlib/collections.pyc 123${PYSITELIB}/matplotlib/collections.pyc
130${PYSITELIB}/matplotlib/collections.pyo 124${PYSITELIB}/matplotlib/collections.pyo
131${PYSITELIB}/matplotlib/colorbar.py 125${PYSITELIB}/matplotlib/colorbar.py
132${PYSITELIB}/matplotlib/colorbar.pyc 126${PYSITELIB}/matplotlib/colorbar.pyc
133${PYSITELIB}/matplotlib/colorbar.pyo 127${PYSITELIB}/matplotlib/colorbar.pyo
134${PYSITELIB}/matplotlib/colors.py 128${PYSITELIB}/matplotlib/colors.py
135${PYSITELIB}/matplotlib/colors.pyc 129${PYSITELIB}/matplotlib/colors.pyc
136${PYSITELIB}/matplotlib/colors.pyo 130${PYSITELIB}/matplotlib/colors.pyo
137${PYSITELIB}/matplotlib/config/__init__.py 
138${PYSITELIB}/matplotlib/config/__init__.pyc 
139${PYSITELIB}/matplotlib/config/__init__.pyo 
140${PYSITELIB}/matplotlib/config/checkdep.py 
141${PYSITELIB}/matplotlib/config/checkdep.pyc 
142${PYSITELIB}/matplotlib/config/checkdep.pyo 
143${PYSITELIB}/matplotlib/config/cutils.py 
144${PYSITELIB}/matplotlib/config/cutils.pyc 
145${PYSITELIB}/matplotlib/config/cutils.pyo 
146${PYSITELIB}/matplotlib/config/mplconfig.py 
147${PYSITELIB}/matplotlib/config/mplconfig.pyc 
148${PYSITELIB}/matplotlib/config/mplconfig.pyo 
149${PYSITELIB}/matplotlib/config/mpltraits.py 
150${PYSITELIB}/matplotlib/config/mpltraits.pyc 
151${PYSITELIB}/matplotlib/config/mpltraits.pyo 
152${PYSITELIB}/matplotlib/config/rcparams.py 
153${PYSITELIB}/matplotlib/config/rcparams.pyc 
154${PYSITELIB}/matplotlib/config/rcparams.pyo 
155${PYSITELIB}/matplotlib/config/rcsetup.py 
156${PYSITELIB}/matplotlib/config/rcsetup.pyc 
157${PYSITELIB}/matplotlib/config/rcsetup.pyo 
158${PYSITELIB}/matplotlib/config/tconfig.py 
159${PYSITELIB}/matplotlib/config/tconfig.pyc 
160${PYSITELIB}/matplotlib/config/tconfig.pyo 
161${PYSITELIB}/matplotlib/config/verbose.py 
162${PYSITELIB}/matplotlib/config/verbose.pyc 
163${PYSITELIB}/matplotlib/config/verbose.pyo 
164${PYSITELIB}/matplotlib/contour.py 131${PYSITELIB}/matplotlib/contour.py
165${PYSITELIB}/matplotlib/contour.pyc 132${PYSITELIB}/matplotlib/contour.pyc
166${PYSITELIB}/matplotlib/contour.pyo 133${PYSITELIB}/matplotlib/contour.pyo
167${PYSITELIB}/matplotlib/dates.py 134${PYSITELIB}/matplotlib/dates.py
168${PYSITELIB}/matplotlib/dates.pyc 135${PYSITELIB}/matplotlib/dates.pyc
169${PYSITELIB}/matplotlib/dates.pyo 136${PYSITELIB}/matplotlib/dates.pyo
170${PYSITELIB}/matplotlib/delaunay/__init__.py 137${PYSITELIB}/matplotlib/delaunay/__init__.py
171${PYSITELIB}/matplotlib/delaunay/__init__.pyc 138${PYSITELIB}/matplotlib/delaunay/__init__.pyc
172${PYSITELIB}/matplotlib/delaunay/__init__.pyo 139${PYSITELIB}/matplotlib/delaunay/__init__.pyo
173${PYSITELIB}/matplotlib/delaunay/interpolate.py 140${PYSITELIB}/matplotlib/delaunay/interpolate.py
174${PYSITELIB}/matplotlib/delaunay/interpolate.pyc 141${PYSITELIB}/matplotlib/delaunay/interpolate.pyc
175${PYSITELIB}/matplotlib/delaunay/interpolate.pyo 142${PYSITELIB}/matplotlib/delaunay/interpolate.pyo
176${PYSITELIB}/matplotlib/delaunay/testfuncs.py 143${PYSITELIB}/matplotlib/delaunay/testfuncs.py
177${PYSITELIB}/matplotlib/delaunay/testfuncs.pyc 144${PYSITELIB}/matplotlib/delaunay/testfuncs.pyc
178${PYSITELIB}/matplotlib/delaunay/testfuncs.pyo 145${PYSITELIB}/matplotlib/delaunay/testfuncs.pyo
179${PYSITELIB}/matplotlib/delaunay/triangulate.py 146${PYSITELIB}/matplotlib/delaunay/triangulate.py
180${PYSITELIB}/matplotlib/delaunay/triangulate.pyc 147${PYSITELIB}/matplotlib/delaunay/triangulate.pyc
181${PYSITELIB}/matplotlib/delaunay/triangulate.pyo 148${PYSITELIB}/matplotlib/delaunay/triangulate.pyo
182${PYSITELIB}/matplotlib/dviread.py 149${PYSITELIB}/matplotlib/dviread.py
183${PYSITELIB}/matplotlib/dviread.pyc 150${PYSITELIB}/matplotlib/dviread.pyc
184${PYSITELIB}/matplotlib/dviread.pyo 151${PYSITELIB}/matplotlib/dviread.pyo
185${PYSITELIB}/matplotlib/figure.py 152${PYSITELIB}/matplotlib/figure.py
186${PYSITELIB}/matplotlib/figure.pyc 153${PYSITELIB}/matplotlib/figure.pyc
187${PYSITELIB}/matplotlib/figure.pyo 154${PYSITELIB}/matplotlib/figure.pyo
188${PYSITELIB}/matplotlib/finance.py 155${PYSITELIB}/matplotlib/finance.py
189${PYSITELIB}/matplotlib/finance.pyc 156${PYSITELIB}/matplotlib/finance.pyc
190${PYSITELIB}/matplotlib/finance.pyo 157${PYSITELIB}/matplotlib/finance.pyo
191${PYSITELIB}/matplotlib/font_manager.py 158${PYSITELIB}/matplotlib/font_manager.py
192${PYSITELIB}/matplotlib/font_manager.pyc 159${PYSITELIB}/matplotlib/font_manager.pyc
193${PYSITELIB}/matplotlib/font_manager.pyo 160${PYSITELIB}/matplotlib/font_manager.pyo
194${PYSITELIB}/matplotlib/fontconfig_pattern.py 161${PYSITELIB}/matplotlib/fontconfig_pattern.py
195${PYSITELIB}/matplotlib/fontconfig_pattern.pyc 162${PYSITELIB}/matplotlib/fontconfig_pattern.pyc
196${PYSITELIB}/matplotlib/fontconfig_pattern.pyo 163${PYSITELIB}/matplotlib/fontconfig_pattern.pyo
197${PYSITELIB}/matplotlib/ft2font.so 164${PYSITELIB}/matplotlib/ft2font.so
 165${PYSITELIB}/matplotlib/hatch.py
 166${PYSITELIB}/matplotlib/hatch.pyc
 167${PYSITELIB}/matplotlib/hatch.pyo
198${PYSITELIB}/matplotlib/image.py 168${PYSITELIB}/matplotlib/image.py
199${PYSITELIB}/matplotlib/image.pyc 169${PYSITELIB}/matplotlib/image.pyc
200${PYSITELIB}/matplotlib/image.pyo 170${PYSITELIB}/matplotlib/image.pyo
201${PYSITELIB}/matplotlib/legend.py 171${PYSITELIB}/matplotlib/legend.py
202${PYSITELIB}/matplotlib/legend.pyc 172${PYSITELIB}/matplotlib/legend.pyc
203${PYSITELIB}/matplotlib/legend.pyo 173${PYSITELIB}/matplotlib/legend.pyo
204${PYSITELIB}/matplotlib/lines.py 174${PYSITELIB}/matplotlib/lines.py
205${PYSITELIB}/matplotlib/lines.pyc 175${PYSITELIB}/matplotlib/lines.pyc
206${PYSITELIB}/matplotlib/lines.pyo 176${PYSITELIB}/matplotlib/lines.pyo
207${PYSITELIB}/matplotlib/mathtext.py 177${PYSITELIB}/matplotlib/mathtext.py
208${PYSITELIB}/matplotlib/mathtext.pyc 178${PYSITELIB}/matplotlib/mathtext.pyc
209${PYSITELIB}/matplotlib/mathtext.pyo 179${PYSITELIB}/matplotlib/mathtext.pyo
210${PYSITELIB}/matplotlib/mlab.py 180${PYSITELIB}/matplotlib/mlab.py
211${PYSITELIB}/matplotlib/mlab.pyc 181${PYSITELIB}/matplotlib/mlab.pyc
212${PYSITELIB}/matplotlib/mlab.pyo 182${PYSITELIB}/matplotlib/mlab.pyo
213${PYSITELIB}/matplotlib/mpl-data/example/aapl.npy 183${PYSITELIB}/matplotlib/mpl-data/example/aapl.npy
214${PYSITELIB}/matplotlib/mpl-data/example/goog.npy 184${PYSITELIB}/matplotlib/mpl-data/example/goog.npy
215${PYSITELIB}/matplotlib/mpl-data/example/msft_nasdaq.npy 185${PYSITELIB}/matplotlib/mpl-data/example/msft_nasdaq.npy
216${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmex10.afm 186${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmex10.afm
217${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmmi10.afm 187${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmmi10.afm
218${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmr10.afm 188${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmr10.afm
219${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmsy10.afm 189${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmsy10.afm
220${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmtt10.afm 190${PYSITELIB}/matplotlib/mpl-data/fonts/afm/cmtt10.afm
221${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagd8a.afm 191${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagd8a.afm
222${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagdo8a.afm 192${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagdo8a.afm
223${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagk8a.afm 193${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagk8a.afm
224${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagko8a.afm 194${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pagko8a.afm
225${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkd8a.afm 195${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkd8a.afm
226${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm 196${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm
227${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkl8a.afm 197${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkl8a.afm
228${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkli8a.afm 198${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pbkli8a.afm
229${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrb8a.afm 199${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrb8a.afm
230${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm 200${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm
231${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrr8a.afm 201${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrr8a.afm
232${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrro8a.afm 202${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
233${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8a.afm 203${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8a.afm
234${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8an.afm 204${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvb8an.afm
235${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8a.afm 205${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8a.afm
236${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8an.afm 206${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvbo8an.afm
237${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvl8a.afm 207${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvl8a.afm
238${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvlo8a.afm 208${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvlo8a.afm
239${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8a.afm 209${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8a.afm
240${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8an.afm 210${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvr8an.afm
241${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8a.afm 211${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8a.afm
242${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8an.afm 212${PYSITELIB}/matplotlib/mpl-data/fonts/afm/phvro8an.afm
243${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncb8a.afm 213${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncb8a.afm
244${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncbi8a.afm 214${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncbi8a.afm
245${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncr8a.afm 215${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncr8a.afm
246${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncri8a.afm 216${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pncri8a.afm
247${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplb8a.afm 217${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplb8a.afm
248${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplbi8a.afm 218${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplbi8a.afm
249${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplr8a.afm 219${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplr8a.afm
250${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplri8a.afm 220${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pplri8a.afm
251${PYSITELIB}/matplotlib/mpl-data/fonts/afm/psyr.afm 221${PYSITELIB}/matplotlib/mpl-data/fonts/afm/psyr.afm
252${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmb8a.afm 222${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmb8a.afm
253${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm 223${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm
254${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmr8a.afm 224${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmr8a.afm
255${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmri8a.afm 225${PYSITELIB}/matplotlib/mpl-data/fonts/afm/ptmri8a.afm
256${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putb8a.afm 226${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putb8a.afm
257${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putbi8a.afm 227${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putbi8a.afm
258${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putr8a.afm 228${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putr8a.afm
259${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putri8a.afm 229${PYSITELIB}/matplotlib/mpl-data/fonts/afm/putri8a.afm
260${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm 230${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm
261${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzdr.afm 231${PYSITELIB}/matplotlib/mpl-data/fonts/afm/pzdr.afm
262${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm 232${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm
263${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm 233${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
264${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm 234${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
265${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm 235${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm
266${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm 236${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
267${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm 237${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
268${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm 238${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
269${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm 239${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm
270${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm 240${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm
271${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm 241${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm
272${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm 242${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
273${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm 243${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm
274${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm 244${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm
275${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm 245${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm
276${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt 246${PYSITELIB}/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
277${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf 247${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf
278${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf 248${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf
279${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf 249${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf
280${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf 250${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf
281${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf 251${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf
282${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf 252${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf
283${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf 253${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf
284${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf 254${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf
285${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf 255${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf
286${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf 256${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf
287${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf 257${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf
288${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf 258${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf
289${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf 259${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf
290${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf 260${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf
291${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf 261${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf
292${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf 262${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf
293${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf 263${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf
294${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/Vera.ttf 264${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/Vera.ttf
295${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf 265${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf
296${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf 266${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf
297${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf 267${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf
298${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf 268${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf
299${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf 269${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf
300${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf 270${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf
301${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf 271${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf
302${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf 272${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf
303${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf 273${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf
304${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmb10.ttf 274${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmb10.ttf
305${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmex10.ttf 275${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmex10.ttf
306${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf 276${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
307${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmr10.ttf 277${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmr10.ttf
308${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmss10.ttf 278${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmss10.ttf
309${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf 279${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
310${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf 280${PYSITELIB}/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf
311${PYSITELIB}/matplotlib/mpl-data/images/back.png 281${PYSITELIB}/matplotlib/mpl-data/images/back.png
312${PYSITELIB}/matplotlib/mpl-data/images/back.ppm 282${PYSITELIB}/matplotlib/mpl-data/images/back.ppm
313${PYSITELIB}/matplotlib/mpl-data/images/back.svg 283${PYSITELIB}/matplotlib/mpl-data/images/back.svg
314${PYSITELIB}/matplotlib/mpl-data/images/back.xpm 284${PYSITELIB}/matplotlib/mpl-data/images/back.xpm
315${PYSITELIB}/matplotlib/mpl-data/images/filesave.png 285${PYSITELIB}/matplotlib/mpl-data/images/filesave.png
316${PYSITELIB}/matplotlib/mpl-data/images/filesave.ppm 286${PYSITELIB}/matplotlib/mpl-data/images/filesave.ppm
317${PYSITELIB}/matplotlib/mpl-data/images/filesave.svg 287${PYSITELIB}/matplotlib/mpl-data/images/filesave.svg
318${PYSITELIB}/matplotlib/mpl-data/images/filesave.xpm 288${PYSITELIB}/matplotlib/mpl-data/images/filesave.xpm
319${PYSITELIB}/matplotlib/mpl-data/images/forward.png 289${PYSITELIB}/matplotlib/mpl-data/images/forward.png
320${PYSITELIB}/matplotlib/mpl-data/images/forward.ppm 290${PYSITELIB}/matplotlib/mpl-data/images/forward.ppm
321${PYSITELIB}/matplotlib/mpl-data/images/forward.svg 291${PYSITELIB}/matplotlib/mpl-data/images/forward.svg
322${PYSITELIB}/matplotlib/mpl-data/images/forward.xpm 292${PYSITELIB}/matplotlib/mpl-data/images/forward.xpm
323${PYSITELIB}/matplotlib/mpl-data/images/hand.png 293${PYSITELIB}/matplotlib/mpl-data/images/hand.png
324${PYSITELIB}/matplotlib/mpl-data/images/hand.ppm 294${PYSITELIB}/matplotlib/mpl-data/images/hand.ppm
325${PYSITELIB}/matplotlib/mpl-data/images/hand.svg 295${PYSITELIB}/matplotlib/mpl-data/images/hand.svg
326${PYSITELIB}/matplotlib/mpl-data/images/hand.xpm 296${PYSITELIB}/matplotlib/mpl-data/images/hand.xpm
327${PYSITELIB}/matplotlib/mpl-data/images/home.png 297${PYSITELIB}/matplotlib/mpl-data/images/home.png
328${PYSITELIB}/matplotlib/mpl-data/images/home.ppm 298${PYSITELIB}/matplotlib/mpl-data/images/home.ppm
329${PYSITELIB}/matplotlib/mpl-data/images/home.svg 299${PYSITELIB}/matplotlib/mpl-data/images/home.svg
330${PYSITELIB}/matplotlib/mpl-data/images/home.xpm 300${PYSITELIB}/matplotlib/mpl-data/images/home.xpm
331${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.png 301${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.png
332${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.svg 302${PYSITELIB}/matplotlib/mpl-data/images/matplotlib.svg
333${PYSITELIB}/matplotlib/mpl-data/images/move.png 303${PYSITELIB}/matplotlib/mpl-data/images/move.png
334${PYSITELIB}/matplotlib/mpl-data/images/move.ppm 304${PYSITELIB}/matplotlib/mpl-data/images/move.ppm
335${PYSITELIB}/matplotlib/mpl-data/images/move.svg 305${PYSITELIB}/matplotlib/mpl-data/images/move.svg
336${PYSITELIB}/matplotlib/mpl-data/images/move.xpm 306${PYSITELIB}/matplotlib/mpl-data/images/move.xpm
337${PYSITELIB}/matplotlib/mpl-data/images/stock_close.ppm 307${PYSITELIB}/matplotlib/mpl-data/images/stock_close.ppm
338${PYSITELIB}/matplotlib/mpl-data/images/stock_close.xpm 308${PYSITELIB}/matplotlib/mpl-data/images/stock_close.xpm
339${PYSITELIB}/matplotlib/mpl-data/images/stock_down.ppm 309${PYSITELIB}/matplotlib/mpl-data/images/stock_down.ppm
340${PYSITELIB}/matplotlib/mpl-data/images/stock_down.xpm 310${PYSITELIB}/matplotlib/mpl-data/images/stock_down.xpm
341${PYSITELIB}/matplotlib/mpl-data/images/stock_left.ppm 311${PYSITELIB}/matplotlib/mpl-data/images/stock_left.ppm
342${PYSITELIB}/matplotlib/mpl-data/images/stock_left.xpm 312${PYSITELIB}/matplotlib/mpl-data/images/stock_left.xpm
343${PYSITELIB}/matplotlib/mpl-data/images/stock_refresh.ppm 313${PYSITELIB}/matplotlib/mpl-data/images/stock_refresh.ppm
344${PYSITELIB}/matplotlib/mpl-data/images/stock_refresh.xpm 314${PYSITELIB}/matplotlib/mpl-data/images/stock_refresh.xpm
345${PYSITELIB}/matplotlib/mpl-data/images/stock_right.ppm 315${PYSITELIB}/matplotlib/mpl-data/images/stock_right.ppm
346${PYSITELIB}/matplotlib/mpl-data/images/stock_right.xpm 316${PYSITELIB}/matplotlib/mpl-data/images/stock_right.xpm
347${PYSITELIB}/matplotlib/mpl-data/images/stock_save_as.ppm 317${PYSITELIB}/matplotlib/mpl-data/images/stock_save_as.ppm
348${PYSITELIB}/matplotlib/mpl-data/images/stock_save_as.xpm 318${PYSITELIB}/matplotlib/mpl-data/images/stock_save_as.xpm
349${PYSITELIB}/matplotlib/mpl-data/images/stock_up.ppm 319${PYSITELIB}/matplotlib/mpl-data/images/stock_up.ppm
350${PYSITELIB}/matplotlib/mpl-data/images/stock_up.xpm 320${PYSITELIB}/matplotlib/mpl-data/images/stock_up.xpm
351${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-in.ppm 321${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-in.ppm
352${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-in.xpm 322${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-in.xpm
353${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.ppm 323${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.ppm
354${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.xpm 324${PYSITELIB}/matplotlib/mpl-data/images/stock_zoom-out.xpm
355${PYSITELIB}/matplotlib/mpl-data/images/subplots.png 325${PYSITELIB}/matplotlib/mpl-data/images/subplots.png
356${PYSITELIB}/matplotlib/mpl-data/images/subplots.ppm 326${PYSITELIB}/matplotlib/mpl-data/images/subplots.ppm
357${PYSITELIB}/matplotlib/mpl-data/images/subplots.xpm 327${PYSITELIB}/matplotlib/mpl-data/images/subplots.xpm
358${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.png 328${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.png
359${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.ppm 329${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.ppm
360${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.svg 330${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.svg
361${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.xpm 331${PYSITELIB}/matplotlib/mpl-data/images/zoom_to_rect.xpm
362${PYSITELIB}/matplotlib/mpl-data/lineprops.glade 332${PYSITELIB}/matplotlib/mpl-data/lineprops.glade
363${PYSITELIB}/matplotlib/mpl-data/matplotlib.conf 333${PYSITELIB}/matplotlib/mpl-data/matplotlib.conf
364${PYSITELIB}/matplotlib/mpl-data/matplotlibrc 334${PYSITELIB}/matplotlib/mpl-data/matplotlibrc
365${PYSITELIB}/matplotlib/mpl.py 335${PYSITELIB}/matplotlib/mpl.py
366${PYSITELIB}/matplotlib/mpl.pyc 336${PYSITELIB}/matplotlib/mpl.pyc
367${PYSITELIB}/matplotlib/mpl.pyo 337${PYSITELIB}/matplotlib/mpl.pyo
368${PYSITELIB}/matplotlib/numerix/__init__.py 338${PYSITELIB}/matplotlib/numerix/__init__.py
369${PYSITELIB}/matplotlib/numerix/__init__.pyc 339${PYSITELIB}/matplotlib/numerix/__init__.pyc
370${PYSITELIB}/matplotlib/numerix/__init__.pyo 340${PYSITELIB}/matplotlib/numerix/__init__.pyo
371${PYSITELIB}/matplotlib/numerix/_na_imports.py 
372${PYSITELIB}/matplotlib/numerix/_na_imports.pyc 
373${PYSITELIB}/matplotlib/numerix/_na_imports.pyo 
374${PYSITELIB}/matplotlib/numerix/_nc_imports.py 
375${PYSITELIB}/matplotlib/numerix/_nc_imports.pyc 
376${PYSITELIB}/matplotlib/numerix/_nc_imports.pyo 
377${PYSITELIB}/matplotlib/numerix/_sp_imports.py 341${PYSITELIB}/matplotlib/numerix/_sp_imports.py
378${PYSITELIB}/matplotlib/numerix/_sp_imports.pyc 342${PYSITELIB}/matplotlib/numerix/_sp_imports.pyc
379${PYSITELIB}/matplotlib/numerix/_sp_imports.pyo 343${PYSITELIB}/matplotlib/numerix/_sp_imports.pyo
380${PYSITELIB}/matplotlib/numerix/fft/__init__.py 344${PYSITELIB}/matplotlib/numerix/fft/__init__.py
381${PYSITELIB}/matplotlib/numerix/fft/__init__.pyc 345${PYSITELIB}/matplotlib/numerix/fft/__init__.pyc
382${PYSITELIB}/matplotlib/numerix/fft/__init__.pyo 346${PYSITELIB}/matplotlib/numerix/fft/__init__.pyo
383${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.py 347${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.py
384${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyc 348${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyc
385${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyo 349${PYSITELIB}/matplotlib/numerix/linear_algebra/__init__.pyo
386${PYSITELIB}/matplotlib/numerix/ma/__init__.py 350${PYSITELIB}/matplotlib/numerix/ma/__init__.py
387${PYSITELIB}/matplotlib/numerix/ma/__init__.pyc 351${PYSITELIB}/matplotlib/numerix/ma/__init__.pyc
388${PYSITELIB}/matplotlib/numerix/ma/__init__.pyo 352${PYSITELIB}/matplotlib/numerix/ma/__init__.pyo
389${PYSITELIB}/matplotlib/numerix/mlab/__init__.py 353${PYSITELIB}/matplotlib/numerix/mlab/__init__.py
390${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyc 354${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyc
391${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyo 355${PYSITELIB}/matplotlib/numerix/mlab/__init__.pyo
392${PYSITELIB}/matplotlib/numerix/npyma/__init__.py 
393${PYSITELIB}/matplotlib/numerix/npyma/__init__.pyc 
394${PYSITELIB}/matplotlib/numerix/npyma/__init__.pyo 
395${PYSITELIB}/matplotlib/numerix/random_array/__init__.py 356${PYSITELIB}/matplotlib/numerix/random_array/__init__.py
396${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyc 357${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyc
397${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyo 358${PYSITELIB}/matplotlib/numerix/random_array/__init__.pyo
398${PYSITELIB}/matplotlib/nxutils.so 359${PYSITELIB}/matplotlib/nxutils.so
399${PYSITELIB}/matplotlib/offsetbox.py 360${PYSITELIB}/matplotlib/offsetbox.py
400${PYSITELIB}/matplotlib/offsetbox.pyc 361${PYSITELIB}/matplotlib/offsetbox.pyc
401${PYSITELIB}/matplotlib/offsetbox.pyo 362${PYSITELIB}/matplotlib/offsetbox.pyo
402${PYSITELIB}/matplotlib/patches.py 363${PYSITELIB}/matplotlib/patches.py
403${PYSITELIB}/matplotlib/patches.pyc 364${PYSITELIB}/matplotlib/patches.pyc
404${PYSITELIB}/matplotlib/patches.pyo 365${PYSITELIB}/matplotlib/patches.pyo
405${PYSITELIB}/matplotlib/path.py 366${PYSITELIB}/matplotlib/path.py
406${PYSITELIB}/matplotlib/path.pyc 367${PYSITELIB}/matplotlib/path.pyc
407${PYSITELIB}/matplotlib/path.pyo 368${PYSITELIB}/matplotlib/path.pyo
408${PYSITELIB}/matplotlib/projections/__init__.py 369${PYSITELIB}/matplotlib/projections/__init__.py
409${PYSITELIB}/matplotlib/projections/__init__.pyc 370${PYSITELIB}/matplotlib/projections/__init__.pyc
410${PYSITELIB}/matplotlib/projections/__init__.pyo 371${PYSITELIB}/matplotlib/projections/__init__.pyo
411${PYSITELIB}/matplotlib/projections/geo.py 372${PYSITELIB}/matplotlib/projections/geo.py
412${PYSITELIB}/matplotlib/projections/geo.pyc 373${PYSITELIB}/matplotlib/projections/geo.pyc
413${PYSITELIB}/matplotlib/projections/geo.pyo 374${PYSITELIB}/matplotlib/projections/geo.pyo
414${PYSITELIB}/matplotlib/projections/polar.py 375${PYSITELIB}/matplotlib/projections/polar.py
415${PYSITELIB}/matplotlib/projections/polar.pyc 376${PYSITELIB}/matplotlib/projections/polar.pyc
416${PYSITELIB}/matplotlib/projections/polar.pyo 377${PYSITELIB}/matplotlib/projections/polar.pyo
417${PYSITELIB}/matplotlib/pylab.py 378${PYSITELIB}/matplotlib/pylab.py
418${PYSITELIB}/matplotlib/pylab.pyc 379${PYSITELIB}/matplotlib/pylab.pyc
419${PYSITELIB}/matplotlib/pylab.pyo 380${PYSITELIB}/matplotlib/pylab.pyo
420${PYSITELIB}/matplotlib/pyparsing.py 381${PYSITELIB}/matplotlib/pyparsing.py
421${PYSITELIB}/matplotlib/pyparsing.pyc 382${PYSITELIB}/matplotlib/pyparsing.pyc
422${PYSITELIB}/matplotlib/pyparsing.pyo 383${PYSITELIB}/matplotlib/pyparsing.pyo
423${PYSITELIB}/matplotlib/pyplot.py 384${PYSITELIB}/matplotlib/pyplot.py
424${PYSITELIB}/matplotlib/pyplot.pyc 385${PYSITELIB}/matplotlib/pyplot.pyc
425${PYSITELIB}/matplotlib/pyplot.pyo 386${PYSITELIB}/matplotlib/pyplot.pyo
426${PYSITELIB}/matplotlib/quiver.py 387${PYSITELIB}/matplotlib/quiver.py
427${PYSITELIB}/matplotlib/quiver.pyc 388${PYSITELIB}/matplotlib/quiver.pyc
428${PYSITELIB}/matplotlib/quiver.pyo 389${PYSITELIB}/matplotlib/quiver.pyo
429${PYSITELIB}/matplotlib/rcsetup.py 390${PYSITELIB}/matplotlib/rcsetup.py
430${PYSITELIB}/matplotlib/rcsetup.pyc 391${PYSITELIB}/matplotlib/rcsetup.pyc
431${PYSITELIB}/matplotlib/rcsetup.pyo 392${PYSITELIB}/matplotlib/rcsetup.pyo
432${PYSITELIB}/matplotlib/scale.py 393${PYSITELIB}/matplotlib/scale.py
433${PYSITELIB}/matplotlib/scale.pyc 394${PYSITELIB}/matplotlib/scale.pyc
434${PYSITELIB}/matplotlib/scale.pyo 395${PYSITELIB}/matplotlib/scale.pyo
 396${PYSITELIB}/matplotlib/sphinxext/__init__.py
 397${PYSITELIB}/matplotlib/sphinxext/__init__.pyc
 398${PYSITELIB}/matplotlib/sphinxext/__init__.pyo
 399${PYSITELIB}/matplotlib/sphinxext/mathmpl.py
 400${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyc
 401${PYSITELIB}/matplotlib/sphinxext/mathmpl.pyo
 402${PYSITELIB}/matplotlib/sphinxext/only_directives.py
 403${PYSITELIB}/matplotlib/sphinxext/only_directives.pyc
 404${PYSITELIB}/matplotlib/sphinxext/only_directives.pyo
 405${PYSITELIB}/matplotlib/sphinxext/plot_directive.py
 406${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyc
 407${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyo
 408${PYSITELIB}/matplotlib/spines.py
 409${PYSITELIB}/matplotlib/spines.pyc
 410${PYSITELIB}/matplotlib/spines.pyo
435${PYSITELIB}/matplotlib/table.py 411${PYSITELIB}/matplotlib/table.py
436${PYSITELIB}/matplotlib/table.pyc 412${PYSITELIB}/matplotlib/table.pyc
437${PYSITELIB}/matplotlib/table.pyo 413${PYSITELIB}/matplotlib/table.pyo
438${PYSITELIB}/matplotlib/texmanager.py 414${PYSITELIB}/matplotlib/texmanager.py
439${PYSITELIB}/matplotlib/texmanager.pyc 415${PYSITELIB}/matplotlib/texmanager.pyc
440${PYSITELIB}/matplotlib/texmanager.pyo 416${PYSITELIB}/matplotlib/texmanager.pyo
441${PYSITELIB}/matplotlib/text.py 417${PYSITELIB}/matplotlib/text.py
442${PYSITELIB}/matplotlib/text.pyc 418${PYSITELIB}/matplotlib/text.pyc
443${PYSITELIB}/matplotlib/text.pyo 419${PYSITELIB}/matplotlib/text.pyo
444${PYSITELIB}/matplotlib/ticker.py 420${PYSITELIB}/matplotlib/ticker.py
445${PYSITELIB}/matplotlib/ticker.pyc 421${PYSITELIB}/matplotlib/ticker.pyc
446${PYSITELIB}/matplotlib/ticker.pyo 422${PYSITELIB}/matplotlib/ticker.pyo
 423${PYSITELIB}/matplotlib/tight_bbox.py
 424${PYSITELIB}/matplotlib/tight_bbox.pyc
 425${PYSITELIB}/matplotlib/tight_bbox.pyo
447${PYSITELIB}/matplotlib/transforms.py 426${PYSITELIB}/matplotlib/transforms.py
448${PYSITELIB}/matplotlib/transforms.pyc 427${PYSITELIB}/matplotlib/transforms.pyc
449${PYSITELIB}/matplotlib/transforms.pyo 428${PYSITELIB}/matplotlib/transforms.pyo
450${PYSITELIB}/matplotlib/ttconv.so 429${PYSITELIB}/matplotlib/ttconv.so
451${PYSITELIB}/matplotlib/type1font.py 430${PYSITELIB}/matplotlib/type1font.py
452${PYSITELIB}/matplotlib/type1font.pyc 431${PYSITELIB}/matplotlib/type1font.pyc
453${PYSITELIB}/matplotlib/type1font.pyo 432${PYSITELIB}/matplotlib/type1font.pyo
454${PYSITELIB}/matplotlib/units.py 433${PYSITELIB}/matplotlib/units.py
455${PYSITELIB}/matplotlib/units.pyc 434${PYSITELIB}/matplotlib/units.pyc
456${PYSITELIB}/matplotlib/units.pyo 435${PYSITELIB}/matplotlib/units.pyo
457${PYSITELIB}/matplotlib/widgets.py 436${PYSITELIB}/matplotlib/widgets.py
458${PYSITELIB}/matplotlib/widgets.pyc 437${PYSITELIB}/matplotlib/widgets.pyc
459${PYSITELIB}/matplotlib/widgets.pyo 438${PYSITELIB}/matplotlib/widgets.pyo
460${PYSITELIB}/matplotlib/windowing.py 439${PYSITELIB}/matplotlib/windowing.py
461${PYSITELIB}/matplotlib/windowing.pyc 440${PYSITELIB}/matplotlib/windowing.pyc
462${PYSITELIB}/matplotlib/windowing.pyo 441${PYSITELIB}/matplotlib/windowing.pyo
463${PYSITELIB}/mpl_toolkits/__init__.py 442${PYSITELIB}/mpl_toolkits/__init__.py
464${PYSITELIB}/mpl_toolkits/__init__.pyc 443${PYSITELIB}/mpl_toolkits/__init__.pyc
465${PYSITELIB}/mpl_toolkits/__init__.pyo 444${PYSITELIB}/mpl_toolkits/__init__.pyo
 445${PYSITELIB}/mpl_toolkits/axes_grid/__init__.py
 446${PYSITELIB}/mpl_toolkits/axes_grid/__init__.pyc
 447${PYSITELIB}/mpl_toolkits/axes_grid/__init__.pyo
 448${PYSITELIB}/mpl_toolkits/axes_grid/anchored_artists.py
 449${PYSITELIB}/mpl_toolkits/axes_grid/anchored_artists.pyc
 450${PYSITELIB}/mpl_toolkits/axes_grid/anchored_artists.pyo
 451${PYSITELIB}/mpl_toolkits/axes_grid/angle_helper.py
 452${PYSITELIB}/mpl_toolkits/axes_grid/angle_helper.pyc
 453${PYSITELIB}/mpl_toolkits/axes_grid/angle_helper.pyo
 454${PYSITELIB}/mpl_toolkits/axes_grid/axes_divider.py
 455${PYSITELIB}/mpl_toolkits/axes_grid/axes_divider.pyc
 456${PYSITELIB}/mpl_toolkits/axes_grid/axes_divider.pyo
 457${PYSITELIB}/mpl_toolkits/axes_grid/axes_grid.py
 458${PYSITELIB}/mpl_toolkits/axes_grid/axes_grid.pyc
 459${PYSITELIB}/mpl_toolkits/axes_grid/axes_grid.pyo
 460${PYSITELIB}/mpl_toolkits/axes_grid/axes_rgb.py
 461${PYSITELIB}/mpl_toolkits/axes_grid/axes_rgb.pyc
 462${PYSITELIB}/mpl_toolkits/axes_grid/axes_rgb.pyo
 463${PYSITELIB}/mpl_toolkits/axes_grid/axes_size.py
 464${PYSITELIB}/mpl_toolkits/axes_grid/axes_size.pyc
 465${PYSITELIB}/mpl_toolkits/axes_grid/axes_size.pyo
 466${PYSITELIB}/mpl_toolkits/axes_grid/axislines.py
 467${PYSITELIB}/mpl_toolkits/axes_grid/axislines.pyc
 468${PYSITELIB}/mpl_toolkits/axes_grid/axislines.pyo
 469${PYSITELIB}/mpl_toolkits/axes_grid/clip_path.py
 470${PYSITELIB}/mpl_toolkits/axes_grid/clip_path.pyc
 471${PYSITELIB}/mpl_toolkits/axes_grid/clip_path.pyo
 472${PYSITELIB}/mpl_toolkits/axes_grid/grid_finder.py
 473${PYSITELIB}/mpl_toolkits/axes_grid/grid_finder.pyc
 474${PYSITELIB}/mpl_toolkits/axes_grid/grid_finder.pyo
 475${PYSITELIB}/mpl_toolkits/axes_grid/grid_helper_curvelinear.py
 476${PYSITELIB}/mpl_toolkits/axes_grid/grid_helper_curvelinear.pyc
 477${PYSITELIB}/mpl_toolkits/axes_grid/grid_helper_curvelinear.pyo
 478${PYSITELIB}/mpl_toolkits/axes_grid/inset_locator.py
 479${PYSITELIB}/mpl_toolkits/axes_grid/inset_locator.pyc
 480${PYSITELIB}/mpl_toolkits/axes_grid/inset_locator.pyo
 481${PYSITELIB}/mpl_toolkits/axes_grid/parasite_axes.py
 482${PYSITELIB}/mpl_toolkits/axes_grid/parasite_axes.pyc
 483${PYSITELIB}/mpl_toolkits/axes_grid/parasite_axes.pyo
466${PYSITELIB}/mpl_toolkits/exceltools.py 484${PYSITELIB}/mpl_toolkits/exceltools.py
467${PYSITELIB}/mpl_toolkits/exceltools.pyc 485${PYSITELIB}/mpl_toolkits/exceltools.pyc
468${PYSITELIB}/mpl_toolkits/exceltools.pyo 486${PYSITELIB}/mpl_toolkits/exceltools.pyo
469${PYSITELIB}/mpl_toolkits/gtktools.py 487${PYSITELIB}/mpl_toolkits/gtktools.py
470${PYSITELIB}/mpl_toolkits/gtktools.pyc 488${PYSITELIB}/mpl_toolkits/gtktools.pyc
471${PYSITELIB}/mpl_toolkits/gtktools.pyo 489${PYSITELIB}/mpl_toolkits/gtktools.pyo
 490${PYSITELIB}/mpl_toolkits/mplot3d/__init__.py
 491${PYSITELIB}/mpl_toolkits/mplot3d/__init__.pyc
 492${PYSITELIB}/mpl_toolkits/mplot3d/__init__.pyo
 493${PYSITELIB}/mpl_toolkits/mplot3d/art3d.py
 494${PYSITELIB}/mpl_toolkits/mplot3d/art3d.pyc
 495${PYSITELIB}/mpl_toolkits/mplot3d/art3d.pyo
 496${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.py
 497${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.pyc
 498${PYSITELIB}/mpl_toolkits/mplot3d/axes3d.pyo
 499${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.py
 500${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.pyc
 501${PYSITELIB}/mpl_toolkits/mplot3d/axis3d.pyo
 502${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.py
 503${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.pyc
 504${PYSITELIB}/mpl_toolkits/mplot3d/proj3d.pyo
472${PYSITELIB}/pylab.py 505${PYSITELIB}/pylab.py
473${PYSITELIB}/pylab.pyc 506${PYSITELIB}/pylab.pyc
474${PYSITELIB}/pylab.pyo 507${PYSITELIB}/pylab.pyo

cvs diff -r1.9 -r1.10 pkgsrc/graphics/py-matplotlib/distinfo (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/distinfo 2009/08/05 11:02:12 1.9
+++ pkgsrc/graphics/py-matplotlib/distinfo 2010/05/17 16:22:59 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: distinfo,v 1.10 2010/05/17 16:22:59 drochner Exp $
2 2
3SHA1 (matplotlib-0.98.4.tar.gz) = 68f99ff3e9a68a1ed94f4c275ef231c1ac84e96f 3SHA1 (matplotlib-0.99.1.2.tar.gz) = c3f9053a8522e2541d93ee55e8b447165708ac15
4RMD160 (matplotlib-0.98.4.tar.gz) = cd0a8be26296eb30fb7e0ab506c8145228152a84 4RMD160 (matplotlib-0.99.1.2.tar.gz) = 11daee415102dff944d9c45de22c48c83e76dde7
5Size (matplotlib-0.98.4.tar.gz) = 9406439 bytes 5Size (matplotlib-0.99.1.2.tar.gz) = 11940390 bytes
6SHA1 (patch-aa) = 418da6795362454a91d8e569e21dc8222a9ce7e3 6SHA1 (patch-aa) = 1f900684fec67a895fc1999f72d5c164376b40a6

cvs diff -r1.15 -r1.16 pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile 2009/08/26 19:57:48 1.15
+++ pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile 2010/05/17 16:22:59 1.16
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.15 2009/08/26 19:57:48 sno Exp $ 1# $NetBSD: Makefile,v 1.16 2010/05/17 16:22:59 drochner Exp $
2# 2#
3 3
4DISTNAME= matplotlib-0.98.4 4DISTNAME= matplotlib-0.99.1.2
5PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-0.98.4 5PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-0.99.1.2
6PKGREVISION= 1 
7CATEGORIES= graphics python 6CATEGORIES= graphics python
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://matplotlib.sourceforge.net/ 10HOMEPAGE= http://matplotlib.sourceforge.net/
12COMMENT= GTK frontend for matplotlib 11COMMENT= GTK frontend for matplotlib
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
 15WRKSRC= ${WRKDIR}/matplotlib-0.99.1.1
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17PY_PATCHPLIST= yes 17PY_PATCHPLIST= yes
18PYDISTUTILSPKG= yes 18PYDISTUTILSPKG= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20 20
21PYTHON_VERSIONS_ACCEPTED= 26 25 21PYTHON_VERSIONS_ACCEPTED= 26 25
22 22
23.include "../../lang/python/extension.mk" 23.include "../../lang/python/extension.mk"
24.include "../../graphics/py-matplotlib/buildlink3.mk" 24.include "../../graphics/py-matplotlib/buildlink3.mk"
25.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
26.include "../../graphics/freetype2/buildlink3.mk" 26.include "../../graphics/freetype2/buildlink3.mk"
27.include "../../graphics/png/buildlink3.mk" 27.include "../../graphics/png/buildlink3.mk"
28.include "../../math/py-numpy/buildlink3.mk" 28.include "../../math/py-numpy/buildlink3.mk"
29.include "../../x11/py-gtk2/buildlink3.mk" 29.include "../../x11/py-gtk2/buildlink3.mk"
30.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/Attic/distinfo (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-gtk2/Attic/distinfo 2009/08/05 11:02:12 1.3
+++ pkgsrc/graphics/py-matplotlib-gtk2/Attic/distinfo 2010/05/17 16:22:59 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: distinfo,v 1.4 2010/05/17 16:22:59 drochner Exp $
2 2
3SHA1 (matplotlib-0.98.4.tar.gz) = 68f99ff3e9a68a1ed94f4c275ef231c1ac84e96f 3SHA1 (matplotlib-0.99.1.2.tar.gz) = c3f9053a8522e2541d93ee55e8b447165708ac15
4RMD160 (matplotlib-0.98.4.tar.gz) = cd0a8be26296eb30fb7e0ab506c8145228152a84 4RMD160 (matplotlib-0.99.1.2.tar.gz) = 11daee415102dff944d9c45de22c48c83e76dde7
5Size (matplotlib-0.98.4.tar.gz) = 9406439 bytes 5Size (matplotlib-0.99.1.2.tar.gz) = 11940390 bytes
6SHA1 (patch-aa) = 03791f9ce158e89882af266398f22a21c3a12091 6SHA1 (patch-aa) = 77580934adc8641202776af79cd3d1993983552d
7SHA1 (patch-ab) = 73eac4c875d4d788657e053f9eb201d6f0003fd4 7SHA1 (patch-ab) = ee836eef8a183e79fc25cd0a5a2538d6f54cbef3

cvs diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-aa (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-aa 2009/08/05 11:02:12 1.3
+++ pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-aa 2010/05/17 16:22:59 1.4
@@ -1,48 +1,45 @@ @@ -1,48 +1,45 @@
1$NetBSD: patch-aa,v 1.3 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: patch-aa,v 1.4 2010/05/17 16:22:59 drochner Exp $
2 2
3--- setupext.py.orig 2008-12-10 14:53:21.000000000 +1300 3--- setupext.py.orig 2009-08-23 05:27:32.000000000 +0000
4+++ setupext.py 4+++ setupext.py
5@@ -97,18 +97,18 @@ numpy_inc_dirs = [] 5@@ -103,16 +103,16 @@ numpy_inc_dirs = []
6 # matplotlib build options, which can be altered using setup.cfg 6 # matplotlib build options, which can be altered using setup.cfg
7 options = {'display_status': True, 7 options = {'display_status': True,
8 'verbose': False, 8 'verbose': False,
9- 'provide_pytz': 'auto', 9- 'provide_pytz': 'auto',
10- 'provide_dateutil': 'auto', 10- 'provide_dateutil': 'auto',
11- 'provide_configobj': 'auto', 
12+ 'provide_pytz': False, 
13+ 'provide_dateutil': False, 
14+ 'provide_configobj': False, 
15 'provide_traits': False, 
16- 'build_agg': True, 11- 'build_agg': True,
17- 'build_gtk': 'auto', 12- 'build_gtk': 'auto',
18- 'build_gtkagg': 'auto', 13- 'build_gtkagg': 'auto',
19- 'build_tkagg': 'auto', 14- 'build_tkagg': 'auto',
20- 'build_wxagg': 'auto', 15- 'build_wxagg': 'auto',
21- 'build_macosx': 'auto', 16- 'build_macosx': 'auto',
22- 'build_image': True, 17- 'build_image': True,
23- 'build_windowing': True, 18- 'build_windowing': True,
 19+ 'provide_pytz': 'False',
 20+ 'provide_dateutil': 'False',
24+ 'build_agg': False, 21+ 'build_agg': False,
25+ 'build_gtk': True, 22+ 'build_gtk': 'True',
26+ 'build_gtkagg': True, 23+ 'build_gtkagg': 'True',
27+ 'build_tkagg': False, 24+ 'build_tkagg': 'False',
28+ 'build_wxagg': False, 25+ 'build_wxagg': 'False',
29+ 'build_macosx': False, 26+ 'build_macosx': 'False',
30+ 'build_image': False, 27+ 'build_image': False,
31+ 'build_windowing': False, 28+ 'build_windowing': False,
32 'backend': None, 29 'backend': None}
33 'numerix': None} 
34  30
35@@ -325,11 +325,8 @@ def check_for_libpng(): 31 # Based on the contents of setup.cfg, determine the build options
 32@@ -320,11 +320,8 @@ def check_for_libpng():
36 return True 33 return True
37  34
38 def add_base_flags(module): 35 def add_base_flags(module):
39- incdirs = filter(os.path.exists, 36- incdirs = filter(os.path.exists,
40- [os.path.join(p, 'include') for p in basedir[sys.platform] ]) 37- [os.path.join(p, 'include') for p in basedir[sys.platform] ])
41- libdirs = filter(os.path.exists, 38- libdirs = filter(os.path.exists,
42- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+ 39- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+
43- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] ) 40- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] )
44+ incdirs = os.path.join(os.environ['LOCALBASE'], 'include') 41+ incdirs = os.path.join(os.environ['LOCALBASE'], 'include')
45+ libdirs = os.path.join(os.environ['LOCALBASE'], 'lib') 42+ libdirs = os.path.join(os.environ['LOCALBASE'], 'lib')
46  43
47 module.include_dirs.extend(incdirs) 44 module.include_dirs.extend(incdirs)
48 module.include_dirs.append('.') 45 module.include_dirs.append('.')

cvs diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-ab (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-ab 2009/08/05 11:02:12 1.3
+++ pkgsrc/graphics/py-matplotlib-gtk2/patches/Attic/patch-ab 2010/05/17 16:22:59 1.4
@@ -1,67 +1,54 @@ @@ -1,67 +1,54 @@
1$NetBSD: patch-ab,v 1.3 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: patch-ab,v 1.4 2010/05/17 16:22:59 drochner Exp $
2 2
3--- setup.py.orig 2008-12-10 14:53:21.000000000 +1300 3--- setup.py.orig 2008-12-10 14:53:21.000000000 +1300
4+++ setup.py 4+++ setup.py
5@@ -93,12 +93,12 @@ if not check_for_numpy(): 5@@ -101,12 +101,12 @@ if not check_for_numpy():
6 if not check_for_freetype(): 6 if not check_for_freetype():
7 sys.exit(1) 7 sys.exit(1)
8  8
9-build_ft2font(ext_modules, packages) 9-build_ft2font(ext_modules, packages)
10-build_ttconv(ext_modules, packages) 10-build_ttconv(ext_modules, packages)
11-build_contour(ext_modules, packages) 11-build_contour(ext_modules, packages)
12-build_delaunay(ext_modules, packages) 12-build_delaunay(ext_modules, packages)
13-build_nxutils(ext_modules, packages) 13-build_nxutils(ext_modules, packages)
14-build_path(ext_modules, packages) 14-build_path(ext_modules, packages)
15+#build_ft2font(ext_modules, packages) 15+#build_ft2font(ext_modules, packages)
16+#build_ttconv(ext_modules, packages) 16+#build_ttconv(ext_modules, packages)
17+#build_contour(ext_modules, packages) 17+#build_contour(ext_modules, packages)
18+#build_delaunay(ext_modules, packages) 18+#build_delaunay(ext_modules, packages)
19+#build_nxutils(ext_modules, packages) 19+#build_nxutils(ext_modules, packages)
20+#build_path(ext_modules, packages) 20+#build_path(ext_modules, packages)
21  21
22 print_raw("") 22 print_raw("")
23 print_raw("OPTIONAL BACKEND DEPENDENCIES") 23 print_raw("OPTIONAL BACKEND DEPENDENCIES")
24@@ -139,13 +139,13 @@ if options['build_wxagg']: 24@@ -147,13 +147,13 @@ if options['build_wxagg']:
25 print_message("WxAgg extension not required for wxPython >= 2.8") 25 print_message("WxAgg extension not required for wxPython >= 2.8")
26 rc['backend'] = 'WXAgg' 26 rc['backend'] = 'WXAgg'
27  27
28-hasgtk = check_for_gtk() 28-hasgtk = check_for_gtk()
29+hasgtk = 1 # check_for_gtk() 29+hasgtk = 1 # check_for_gtk()
30 if options['build_gtk']: 30 if options['build_gtk']:
31 if hasgtk or (options['build_gtk'] is True): 31 if hasgtk or (options['build_gtk'] is True):
32 build_gdk(ext_modules, packages) 32 build_gdk(ext_modules, packages)
33 if options['build_gtkagg']: 33 if options['build_gtkagg']:
34 if hasgtk or (options['build_gtkagg'] is True): 34 if hasgtk or (options['build_gtkagg'] is True):
35- options['build_agg'] = 1 35- options['build_agg'] = 1
36+ options['build_agg'] = 0 36+ options['build_agg'] = 0
37 build_gtkagg(ext_modules, packages) 37 build_gtkagg(ext_modules, packages)
38 rc['backend'] = 'GTKAgg' 38 rc['backend'] = 'GTKAgg'
39  39
40@@ -212,9 +212,9 @@ check_for_pdftops() 40@@ -257,11 +257,11 @@ distrib = setup(name="matplotlib",
41 # TODO: comment out for mpl release: 
42 print_raw("") 
43 print_raw("EXPERIMENTAL CONFIG PACKAGE DEPENDENCIES") 
44-packages.append('matplotlib.config') 
45-if check_provide_configobj(): py_modules.append('configobj') 
46-if check_provide_traits(): build_traits(ext_modules, packages) 
47+#packages.append('matplotlib.config') 
48+#if check_provide_configobj(): py_modules.append('configobj') 
49+#if check_provide_traits(): build_traits(ext_modules, packages) 
50  
51 print_raw("") 
52 print_raw("[Edit setup.cfg to suppress the above messages]") 
53@@ -255,11 +255,11 @@ distrib = setup(name="matplotlib", 
54 interfaces and hardcopy output formats. There is a 'pylab' mode 41 interfaces and hardcopy output formats. There is a 'pylab' mode
55 which emulates matlab graphics 42 which emulates matlab graphics
56 """, 43 """,
57- packages = packages, 44- packages = packages,
58+# packages = packages, 45+# packages = packages,
59 platforms='any', 46 platforms='any',
60- py_modules = py_modules, 47- py_modules = py_modules,
61+# py_modules = py_modules, 48+# py_modules = py_modules,
62 ext_modules = ext_modules, 49 ext_modules = ext_modules,
63 package_dir = {'': 'lib'}, 50 package_dir = {'': 'lib'},
64- package_data = package_data, 51- package_data = package_data,
65+# package_data = package_data, 52+# package_data = package_data,
66 **additional_params 53 **additional_params
67 ) 54 )

cvs diff -r1.4 -r1.5 pkgsrc/graphics/py-matplotlib-tk/Attic/Makefile (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-tk/Attic/Makefile 2009/09/23 09:54:45 1.4
+++ pkgsrc/graphics/py-matplotlib-tk/Attic/Makefile 2010/05/17 16:22:59 1.5
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.4 2009/09/23 09:54:45 tron Exp $ 1# $NetBSD: Makefile,v 1.5 2010/05/17 16:22:59 drochner Exp $
2# 2#
3 3
4DISTNAME= matplotlib-0.98.4 4DISTNAME= matplotlib-0.99.1.2
5PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-0.98.4 5PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-0.99.1.2
6CATEGORIES= graphics python 6CATEGORIES= graphics python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://matplotlib.sourceforge.net/ 10HOMEPAGE= http://matplotlib.sourceforge.net/
11COMMENT= Tk frontend for matplotlib 11COMMENT= Tk frontend for matplotlib
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15WRKSRC= ${WRKDIR}/matplotlib-0.99.1.1
15USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
16PY_PATCHPLIST= yes 17PY_PATCHPLIST= yes
17PYDISTUTILSPKG= yes 18PYDISTUTILSPKG= yes
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
19 20
20 21
21.include "../../lang/python/extension.mk" 22.include "../../lang/python/extension.mk"
22.include "../../graphics/py-matplotlib/buildlink3.mk" 23.include "../../graphics/py-matplotlib/buildlink3.mk"
23.include "../../devel/zlib/buildlink3.mk" 24.include "../../devel/zlib/buildlink3.mk"
24.include "../../graphics/freetype2/buildlink3.mk" 25.include "../../graphics/freetype2/buildlink3.mk"
25.include "../../graphics/png/buildlink3.mk" 26.include "../../graphics/png/buildlink3.mk"
26.include "../../math/py-numpy/buildlink3.mk" 27.include "../../math/py-numpy/buildlink3.mk"
27.include "../../x11/py-Tk/buildlink3.mk" 28.include "../../x11/py-Tk/buildlink3.mk"
28.include "../../x11/tk/buildlink3.mk" 29.include "../../x11/tk/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/graphics/py-matplotlib-tk/Attic/distinfo (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-tk/Attic/distinfo 2009/08/05 11:02:12 1.3
+++ pkgsrc/graphics/py-matplotlib-tk/Attic/distinfo 2010/05/17 16:22:59 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: distinfo,v 1.4 2010/05/17 16:22:59 drochner Exp $
2 2
3SHA1 (matplotlib-0.98.4.tar.gz) = 68f99ff3e9a68a1ed94f4c275ef231c1ac84e96f 3SHA1 (matplotlib-0.99.1.2.tar.gz) = c3f9053a8522e2541d93ee55e8b447165708ac15
4RMD160 (matplotlib-0.98.4.tar.gz) = cd0a8be26296eb30fb7e0ab506c8145228152a84 4RMD160 (matplotlib-0.99.1.2.tar.gz) = 11daee415102dff944d9c45de22c48c83e76dde7
5Size (matplotlib-0.98.4.tar.gz) = 9406439 bytes 5Size (matplotlib-0.99.1.2.tar.gz) = 11940390 bytes
6SHA1 (patch-aa) = 63d0e5eb866f2e4dd1ed1dc25e12040f5e0f2383 6SHA1 (patch-aa) = 193497e854113548345f10fc21b0d258f6376267
7SHA1 (patch-ab) = 291205d748e0109378f076a8a2b5c5e23d176cb2 7SHA1 (patch-ab) = 0a89e0d6fd96e3f998ab92130596c248061c36e3

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-aa (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-aa 2009/08/05 11:02:12 1.2
+++ pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-aa 2010/05/17 16:22:59 1.3
@@ -1,50 +1,45 @@ @@ -1,50 +1,45 @@
1$NetBSD: patch-aa,v 1.2 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: patch-aa,v 1.3 2010/05/17 16:22:59 drochner Exp $
2 2
3Only turn on building of the Tk part. 3--- setupext.py.orig 2009-08-23 05:27:32.000000000 +0000
4 
5--- setupext.py.orig 2008-12-10 14:53:21.000000000 +1300 
6+++ setupext.py 4+++ setupext.py
7@@ -97,18 +97,18 @@ numpy_inc_dirs = [] 5@@ -103,16 +103,16 @@ numpy_inc_dirs = []
8 # matplotlib build options, which can be altered using setup.cfg 6 # matplotlib build options, which can be altered using setup.cfg
9 options = {'display_status': True, 7 options = {'display_status': True,
10 'verbose': False, 8 'verbose': False,
11- 'provide_pytz': 'auto', 9- 'provide_pytz': 'auto',
12- 'provide_dateutil': 'auto', 10- 'provide_dateutil': 'auto',
13- 'provide_configobj': 'auto', 
14+ 'provide_pytz': False, 
15+ 'provide_dateutil': False, 
16+ 'provide_configobj': False, 
17 'provide_traits': False, 
18- 'build_agg': True, 11- 'build_agg': True,
19- 'build_gtk': 'auto', 12- 'build_gtk': 'auto',
20- 'build_gtkagg': 'auto', 13- 'build_gtkagg': 'auto',
21- 'build_tkagg': 'auto', 14- 'build_tkagg': 'auto',
22- 'build_wxagg': 'auto', 15- 'build_wxagg': 'auto',
23- 'build_macosx': 'auto', 16- 'build_macosx': 'auto',
24- 'build_image': True, 17- 'build_image': True,
25- 'build_windowing': True, 18- 'build_windowing': True,
 19+ 'provide_pytz': False,
 20+ 'provide_dateutil': False,
26+ 'build_agg': False, 21+ 'build_agg': False,
27+ 'build_gtk': False, 22+ 'build_gtk': False,
28+ 'build_gtkagg': False, 23+ 'build_gtkagg': False,
29+ 'build_tkagg': True, 24+ 'build_tkagg': True,
30+ 'build_wxagg': False, 25+ 'build_wxagg': False,
31+ 'build_macosx': False, 26+ 'build_macosx': False,
32+ 'build_image': False, 27+ 'build_image': False,
33+ 'build_windowing': False, 28+ 'build_windowing': False,
34 'backend': None, 29 'backend': None}
35 'numerix': None} 
36  30
37@@ -325,11 +325,8 @@ def check_for_libpng(): 31 # Based on the contents of setup.cfg, determine the build options
 32@@ -320,11 +320,8 @@ def check_for_libpng():
38 return True 33 return True
39  34
40 def add_base_flags(module): 35 def add_base_flags(module):
41- incdirs = filter(os.path.exists, 36- incdirs = filter(os.path.exists,
42- [os.path.join(p, 'include') for p in basedir[sys.platform] ]) 37- [os.path.join(p, 'include') for p in basedir[sys.platform] ])
43- libdirs = filter(os.path.exists, 38- libdirs = filter(os.path.exists,
44- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+ 39- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+
45- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] ) 40- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] )
46+ incdirs = os.path.join(os.environ['LOCALBASE'], 'include') 41+ incdirs = os.path.join(os.environ['LOCALBASE'], 'include')
47+ libdirs = os.path.join(os.environ['LOCALBASE'], 'lib') 42+ libdirs = os.path.join(os.environ['LOCALBASE'], 'lib')
48  43
49 module.include_dirs.extend(incdirs) 44 module.include_dirs.extend(incdirs)
50 module.include_dirs.append('.') 45 module.include_dirs.append('.')

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-ab (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-ab 2009/08/05 11:02:12 1.2
+++ pkgsrc/graphics/py-matplotlib-tk/patches/Attic/patch-ab 2010/05/17 16:22:59 1.3
@@ -1,70 +1,54 @@ @@ -1,70 +1,54 @@
1$NetBSD: patch-ab,v 1.2 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: patch-ab,v 1.3 2010/05/17 16:22:59 drochner Exp $
2 2
3Ensure we skip installation of the non-Tk stuff, installed 3--- setup.py.orig 2009-08-01 19:15:24.000000000 +0000
4by py-matplotlib itself. 
5 
6--- setup.py.orig 2008-12-10 14:53:21.000000000 +1300 
7+++ setup.py 4+++ setup.py
8@@ -93,12 +93,12 @@ if not check_for_numpy(): 5@@ -105,12 +105,12 @@ if not check_for_numpy():
9 if not check_for_freetype(): 6 if not check_for_freetype():
10 sys.exit(1) 7 sys.exit(1)
11  8
12-build_ft2font(ext_modules, packages) 9-build_ft2font(ext_modules, packages)
13-build_ttconv(ext_modules, packages) 10-build_ttconv(ext_modules, packages)
14-build_contour(ext_modules, packages) 11-build_contour(ext_modules, packages)
15-build_delaunay(ext_modules, packages) 12-build_delaunay(ext_modules, packages)
16-build_nxutils(ext_modules, packages) 13-build_nxutils(ext_modules, packages)
17-build_path(ext_modules, packages) 14-build_path(ext_modules, packages)
18+#build_ft2font(ext_modules, packages) 15+#build_ft2font(ext_modules, packages)
19+#build_ttconv(ext_modules, packages) 16+#build_ttconv(ext_modules, packages)
20+#build_contour(ext_modules, packages) 17+#build_contour(ext_modules, packages)
21+#build_delaunay(ext_modules, packages) 18+#build_delaunay(ext_modules, packages)
22+#build_nxutils(ext_modules, packages) 19+#build_nxutils(ext_modules, packages)
23+#build_path(ext_modules, packages) 20+#build_path(ext_modules, packages)
24  21
25 print_raw("") 22 print_raw("")
26 print_raw("OPTIONAL BACKEND DEPENDENCIES") 23 print_raw("OPTIONAL BACKEND DEPENDENCIES")
27@@ -139,13 +139,13 @@ if options['build_wxagg']: 24@@ -151,13 +151,13 @@ if options['build_wxagg']:
28 print_message("WxAgg extension not required for wxPython >= 2.8") 25 print_message("WxAgg extension not required for wxPython >= 2.8")
29 rc['backend'] = 'WXAgg' 26 rc['backend'] = 'WXAgg'
30  27
31-hasgtk = check_for_gtk() 28-hasgtk = check_for_gtk()
32+hasgtk = 1 # check_for_gtk() 29+hasgtk = 1 # check_for_gtk()
33 if options['build_gtk']: 30 if options['build_gtk']:
34 if hasgtk or (options['build_gtk'] is True): 31 if hasgtk or (options['build_gtk'] is True):
35 build_gdk(ext_modules, packages) 32 build_gdk(ext_modules, packages)
36 if options['build_gtkagg']: 33 if options['build_gtkagg']:
37 if hasgtk or (options['build_gtkagg'] is True): 34 if hasgtk or (options['build_gtkagg'] is True):
38- options['build_agg'] = 1 35- options['build_agg'] = 1
39+ options['build_agg'] = 0 36+ options['build_agg'] = 0
40 build_gtkagg(ext_modules, packages) 37 build_gtkagg(ext_modules, packages)
41 rc['backend'] = 'GTKAgg' 38 rc['backend'] = 'GTKAgg'
42  39
43@@ -212,9 +212,9 @@ check_for_pdftops() 40@@ -258,11 +258,11 @@ distrib = setup(name="matplotlib",
44 # TODO: comment out for mpl release: 
45 print_raw("") 
46 print_raw("EXPERIMENTAL CONFIG PACKAGE DEPENDENCIES") 
47-packages.append('matplotlib.config') 
48-if check_provide_configobj(): py_modules.append('configobj') 
49-if check_provide_traits(): build_traits(ext_modules, packages) 
50+#packages.append('matplotlib.config') 
51+#if check_provide_configobj(): py_modules.append('configobj') 
52+#if check_provide_traits(): build_traits(ext_modules, packages) 
53  
54 print_raw("") 
55 print_raw("[Edit setup.cfg to suppress the above messages]") 
56@@ -255,11 +255,11 @@ distrib = setup(name="matplotlib", 
57 interfaces and hardcopy output formats. There is a 'pylab' mode 41 interfaces and hardcopy output formats. There is a 'pylab' mode
58 which emulates matlab graphics 42 which emulates matlab graphics
59 """, 43 """,
60- packages = packages, 44- packages = packages,
61+# packages = packages, 45+# packages = packages,
62 platforms='any', 46 platforms='any',
63- py_modules = py_modules, 47- py_modules = py_modules,
64+# py_modules = py_modules, 48+# py_modules = py_modules,
65 ext_modules = ext_modules, 49 ext_modules = ext_modules,
66 package_dir = {'': 'lib'}, 50 package_dir = {'': 'lib'},
67- package_data = package_data, 51- package_data = package_data,
68+# package_data = package_data, 52+# package_data = package_data,
69 **additional_params 53 **additional_params
70 ) 54 )

cvs diff -r1.6 -r1.7 pkgsrc/graphics/py-matplotlib/patches/Attic/patch-aa (switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/patches/Attic/patch-aa 2009/08/05 11:02:12 1.6
+++ pkgsrc/graphics/py-matplotlib/patches/Attic/patch-aa 2010/05/17 16:22:59 1.7
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1$NetBSD: patch-aa,v 1.6 2009/08/05 11:02:12 markd Exp $ 1$NetBSD: patch-aa,v 1.7 2010/05/17 16:22:59 drochner Exp $
2 2
3--- setupext.py.orig 2008-12-10 14:53:21.000000000 +1300 3--- setupext.py.orig 2008-12-10 14:53:21.000000000 +1300
4+++ setupext.py 4+++ setupext.py
5@@ -102,10 +102,10 @@ options = {'display_status': True, 5@@ -99,10 +99,10 @@ options = {'display_status': True,
6 'provide_configobj': 'auto', 6 'provide_pytz': 'auto',
7 'provide_traits': False, 7 'provide_dateutil': 'auto',
8 'build_agg': True, 8 'build_agg': True,
9- 'build_gtk': 'auto', 9- 'build_gtk': 'auto',
10- 'build_gtkagg': 'auto', 10- 'build_gtkagg': 'auto',
11- 'build_tkagg': 'auto', 11- 'build_tkagg': 'auto',
12- 'build_wxagg': 'auto', 12- 'build_wxagg': 'auto',
13+ 'build_gtk': False, 13+ 'build_gtk': False,
14+ 'build_gtkagg': False, 14+ 'build_gtkagg': False,
15+ 'build_tkagg': False, 15+ 'build_tkagg': False,
16+ 'build_wxagg': False, 16+ 'build_wxagg': False,
17 'build_macosx': 'auto', 17 'build_macosx': 'auto',
18 'build_image': True, 18 'build_image': True,
19 'build_windowing': True, 19 'build_windowing': True,
20@@ -325,11 +325,8 @@ def check_for_libpng(): 20@@ -315,11 +315,8 @@ def check_for_libpng():
21 return True 21 return True
22  22
23 def add_base_flags(module): 23 def add_base_flags(module):
24- incdirs = filter(os.path.exists, 24- incdirs = filter(os.path.exists,
25- [os.path.join(p, 'include') for p in basedir[sys.platform] ]) 25- [os.path.join(p, 'include') for p in basedir[sys.platform] ])
26- libdirs = filter(os.path.exists, 26- libdirs = filter(os.path.exists,
27- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+ 27- [os.path.join(p, 'lib') for p in basedir[sys.platform] ]+
28- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] ) 28- [os.path.join(p, 'lib64') for p in basedir[sys.platform] ] )
29+ incdirs = [os.path.join(os.environ['LOCALBASE'], 'include')] 29+ incdirs = [os.path.join(os.environ['LOCALBASE'], 'include')]
30+ libdirs = [os.path.join(os.environ['LOCALBASE'], 'lib')] 30+ libdirs = [os.path.join(os.environ['LOCALBASE'], 'lib')]
31  31
32 module.include_dirs.extend(incdirs) 32 module.include_dirs.extend(incdirs)
33 module.include_dirs.append('.') 33 module.include_dirs.append('.')