Skip to content

Commit e868a4d

Browse files
committed
updates to osx makefile
svn path=/trunk/matplotlib/; revision=6670
1 parent 610ecca commit e868a4d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

release/osx/Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SRCDIR=${PWD}
22
ZLIBVERSION=1.2.3
33
PNGVERSION=1.2.33
44
FREETYPEVERSION=2.3.7
5-
MPLVERSION=0.98.5.1
5+
MPLVERSION=0.98.5.2
66
MPLSRC=matplotlib-${MPLVERSION}
77
MACOSX_DEPLOYMENT_TARGET=10.4
88

@@ -91,8 +91,16 @@ installers:
9191
cd dist && \
9292
zip -ro matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip matplotlib-${MPLVERSION}-py2.5-macosx10.5.mpkg
9393

94+
upload:
95+
rm -rf upload &&\
96+
mkdir upload &&\
97+
cp matplotlib-${MPLVERSION}.tar.gz upload/ &&\
98+
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.5-i386.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
99+
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip upload/matplotlib-${MPLVERSION}-py2.5-mpkg.zip&&\
100+
scp upload/* jdh2358@frs.sourceforge.net:uploads/
101+
94102
all:
95-
make clean fetch_deps dependencies installers
103+
make clean fetch_deps dependencies installers upload
96104

97105

98106

release/osx/data/setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ tag_svn_revision = 1
2525
pytz = True
2626
dateutil = True
2727

28+
## Experimental config package support, this should only be enabled by
29+
## matplotlib developers, for matplotlib development
30+
enthought.traits = False
31+
configobj = False
32+
2833
[gui_support]
2934
# Matplotlib supports multiple GUI toolkits, including Cocoa,
3035
# GTK, Fltk, MacOSX, Qt, Qt4, Tk, and WX. Support for many of

0 commit comments

Comments
 (0)