Commit de2ecb84 authored by Jack Jansen's avatar Jack Jansen

Updated version numbers.

parent c77f6dfd
......@@ -17,6 +17,7 @@ Here are the steps you ned to follow to build a MacPython installer:
- 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
......
#!/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 @@ if [ ! -e waste ]; then
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
......
This package will install MacPython 2.3.2 for Mac OS X
10.2. Installation on the Panther preview may work, on
10.1 or earlier will not work.
This package will install MacPython 2.5a0 for Mac OS X
10.3.
Installation requires approximately 20 MB of disk
space, ignore the message that it will take zero bytes.
......@@ -17,7 +16,7 @@ a set of pre-built extension modules that open up
specific Macintosh technologies to Python programs
(Carbon, AppleScript, Quicktime, more).
The installer puts the applications in MacPython-2.3 in
The installer puts the applications in MacPython-2.5 in
your Applications folder, command-line tools in
/usr/local/bin and the underlying machinery in
/Library/Frameworks/Python.framework.
......@@ -27,6 +26,6 @@ you started quickly with MacPython and contains
references to other documentation.
More information on MacPython can be found at
http://www.cwi.nl/~jack/macpython.html, more
http://www.cwi.nl/~jack/macpython, more
information on Python in general at
http://www.python.org.
......@@ -5,10 +5,10 @@
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
\f0\fs24 \cf0 This package will install
\f1\b MacPython 2.3
\f1\b MacPython 2.5a0
\f0\b0 for
\f1\b Mac OS X 10.2
\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\
\f1\b Mac OS X 10.3
\f0\b0 . Installation on 10.2 or earlier will not work.\
\
MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an integrated development environment, a Python extension package manager), plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, Quicktime, more).\
\
......
......@@ -4,7 +4,7 @@
# installed.
#----------------------------------------------------------------------
PYVER=2.3
PYVER=2.5
PKG=$1
DEST=$2
......
......@@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
......@@ -37,17 +37,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
......
B/* Localized versions of Info.plist keys */
......
......@@ -5,9 +5,9 @@
<key>BuildVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CFBundleVersion</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>ProjectName</key>
<string>Python</string>
<key>ReleaseStatus</key>
......
......@@ -10,7 +10,7 @@
<key>CFBundleExecutable</key>
<string>PackageManager</string>
<key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key>
<string>PackageManager.icns</string>
<key>CFBundleIdentifier</key>
......@@ -18,17 +18,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>PythonIDE</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
......
......@@ -26,7 +26,7 @@
<key>CFBundleExecutable</key>
<string>PythonIDE</string>
<key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>PythonDocumentation</string>
......@@ -42,17 +42,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>PythonIDE</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
......
......@@ -26,7 +26,7 @@
<key>CFBundleExecutable</key>
<string>BuildApplet</string>
<key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key>
<string>BuildApplet.icns</string>
<key>CFBundleIdentifier</key>
......@@ -34,17 +34,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>PythonIDE</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.4alpha1</string>
<string>2.5alpha0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment