[Python-checkins] python/dist/src/Mac/OSX/Dist README.txt, 1.2, 1.3 build, 1.13, 1.14

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Mon Dec 27 16:53:20 CET 2004


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv676/Mac/OSX/Dist

Modified Files:
	README.txt build 
Log Message:
Updated version numbers.


Index: README.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.txt	20 Nov 2003 13:50:28 -0000	1.2
+++ README.txt	27 Dec 2004 15:53:18 -0000	1.3
@@ -17,6 +17,7 @@
 - Edit ``resource/ReadMe.txt`` and ``resources/Welcome.rtf`` to reflect
   version number and such.
 - Edit ``build`` to change ``PYVERSION``, ``PYVER`` and ``BUILDNUM``.
+- Edit ``resources/postflight`` and change version number.
 - Run ``./build``. Optionally you can pass the name of the directory
   where Python will be built, so you don't have to wait for the complete
   build when you're debugging the process. For the final distribution use

Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- build	19 Nov 2003 13:53:55 -0000	1.13
+++ build	27 Dec 2004 15:53:18 -0000	1.14
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 #----------------------------------------------------------------------
-# Build MacPython 2.3 and make an Installer package of it
+# Build MacPython 2.5 and make an Installer package of it
 
 # TODO:  Parameterize the versions, builddirs, etc...
 
 # Script configs
-PYVERSION=2.4a0
-PYVER=2.4
+PYVERSION=2.5a0
+PYVER=2.5
 BUILDNUM=1
 DOCLEANUP=no
 
@@ -86,7 +86,8 @@
     ln -s $WASTEDIR waste
 fi
 
-$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
+#$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
+$PYTHONSRC/configure -C --enable-framework
 make
 make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
 make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras



More information about the Python-checkins mailing list