From: <cm...@us...> - 2007-11-28 02:48:40
|
Revision: 4478 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4478&view=rev Author: cmoad Date: 2007-11-27 18:48:38 -0800 (Tue, 27 Nov 2007) Log Message: ----------- reverting WrapPython.h inclusion Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/setupext.py Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-11-28 02:25:06 UTC (rev 4477) +++ trunk/matplotlib/CHANGELOG 2007-11-28 02:48:38 UTC (rev 4478) @@ -1,5 +1,5 @@ =============================================================== -2007-11-27 Released 0.91.0 at revision 4477 +2007-11-27 Released 0.91.0 at revision 4478 2007-11-13 All backends now support writing to a file-like object, not just a regular file. savefig() can be passed a file-like Modified: trunk/matplotlib/setupext.py =================================================================== --- trunk/matplotlib/setupext.py 2007-11-28 02:25:06 UTC (rev 4477) +++ trunk/matplotlib/setupext.py 2007-11-28 02:48:38 UTC (rev 4478) @@ -980,7 +980,6 @@ deps = ['src/ft2font.cpp', 'src/mplutils.cpp'] deps.extend(glob.glob('CXX/*.cxx')) deps.extend(glob.glob('CXX/*.c')) - deps.extend(glob.glob('CXX/*.h')) module = Extension('matplotlib.ft2font', deps) add_ft2font_flags(module) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |