Revision: 6670
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6670&view=rev
Author:   jdh2358
Date:     2008-12-18 17:40:19 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
updates to osx makefile

Modified Paths:
--------------
    trunk/matplotlib/release/osx/Makefile
    trunk/matplotlib/release/osx/data/setup.cfg

Modified: trunk/matplotlib/release/osx/Makefile
===================================================================
--- trunk/matplotlib/release/osx/Makefile       2008-12-18 17:32:22 UTC (rev 
6669)
+++ trunk/matplotlib/release/osx/Makefile       2008-12-18 17:40:19 UTC (rev 
6670)
@@ -2,7 +2,7 @@
 ZLIBVERSION=1.2.3
 PNGVERSION=1.2.33
 FREETYPEVERSION=2.3.7
-MPLVERSION=0.98.5.1
+MPLVERSION=0.98.5.2
 MPLSRC=matplotlib-${MPLVERSION}
 MACOSX_DEPLOYMENT_TARGET=10.4
 
@@ -91,8 +91,16 @@
        cd dist && \
        zip -ro matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip 
matplotlib-${MPLVERSION}-py2.5-macosx10.5.mpkg
 
+upload:
+       rm -rf upload &&\
+       mkdir upload &&\
+       cp matplotlib-${MPLVERSION}.tar.gz upload/ &&\
+       cp 
matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.5-i386.egg
 upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
+       cp 
matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip 
upload/matplotlib-${MPLVERSION}-py2.5-mpkg.zip&&\
+       scp upload/* [email protected]:uploads/
+
 all:
-       make clean fetch_deps dependencies installers
+       make clean fetch_deps dependencies installers upload
 
 
 

Modified: trunk/matplotlib/release/osx/data/setup.cfg
===================================================================
--- trunk/matplotlib/release/osx/data/setup.cfg 2008-12-18 17:32:22 UTC (rev 
6669)
+++ trunk/matplotlib/release/osx/data/setup.cfg 2008-12-18 17:40:19 UTC (rev 
6670)
@@ -25,6 +25,11 @@
 pytz = True
 dateutil = True
 
+## Experimental config package support, this should only be enabled by
+## matplotlib developers, for matplotlib development
+enthought.traits = False
+configobj = False
+
 [gui_support]
 # Matplotlib supports multiple GUI toolkits, including Cocoa,
 # GTK, Fltk, MacOSX, Qt, Qt4, Tk, and WX. Support for many of


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to