Updated version numbers.

This commit is contained in:
Jack Jansen 2004-12-27 15:53:20 +00:00
parent c77f6dfd92
commit de2ecb8466
12 changed files with 32 additions and 31 deletions

View file

@ -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 - Edit ``resource/ReadMe.txt`` and ``resources/Welcome.rtf`` to reflect
version number and such. version number and such.
- Edit ``build`` to change ``PYVERSION``, ``PYVER`` and ``BUILDNUM``. - 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 - 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 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 build when you're debugging the process. For the final distribution use

View file

@ -1,12 +1,12 @@
#!/bin/sh -e #!/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... # TODO: Parameterize the versions, builddirs, etc...
# Script configs # Script configs
PYVERSION=2.4a0 PYVERSION=2.5a0
PYVER=2.4 PYVER=2.5
BUILDNUM=1 BUILDNUM=1
DOCLEANUP=no DOCLEANUP=no
@ -86,7 +86,8 @@ if [ ! -e waste ]; then
ln -s $WASTEDIR waste ln -s $WASTEDIR waste
fi fi
$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x #$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
$PYTHONSRC/configure -C --enable-framework
make make
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras

View file

@ -1,6 +1,5 @@
This package will install MacPython 2.3.2 for Mac OS X This package will install MacPython 2.5a0 for Mac OS X
10.2. Installation on the Panther preview may work, on 10.3.
10.1 or earlier will not work.
Installation requires approximately 20 MB of disk Installation requires approximately 20 MB of disk
space, ignore the message that it will take zero bytes. 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 specific Macintosh technologies to Python programs
(Carbon, AppleScript, Quicktime, more). (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 your Applications folder, command-line tools in
/usr/local/bin and the underlying machinery in /usr/local/bin and the underlying machinery in
/Library/Frameworks/Python.framework. /Library/Frameworks/Python.framework.
@ -27,6 +26,6 @@ you started quickly with MacPython and contains
references to other documentation. references to other documentation.
More information on MacPython can be found at 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 information on Python in general at
http://www.python.org. http://www.python.org.

View file

@ -5,10 +5,10 @@
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
\f0\fs24 \cf0 This package will install \f0\fs24 \cf0 This package will install
\f1\b MacPython 2.3 \f1\b MacPython 2.5a0
\f0\b0 for \f0\b0 for
\f1\b Mac OS X 10.2 \f1\b Mac OS X 10.3
\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\ \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).\ 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).\
\ \

View file

@ -4,7 +4,7 @@
# installed. # installed.
#---------------------------------------------------------------------- #----------------------------------------------------------------------
PYVER=2.3 PYVER=2.5
PKG=$1 PKG=$1
DEST=$2 DEST=$2

View file

@ -20,7 +20,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Python</string> <string>Python</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<array> <array>
<string>Documentation</string> <string>Documentation</string>
@ -37,17 +37,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Python</string> <string>Python</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>PytX</string> <string>PytX</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View file

@ -5,9 +5,9 @@
<key>BuildVersion</key> <key>BuildVersion</key>
<string>1</string> <string>1</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>ProjectName</key> <key>ProjectName</key>
<string>Python</string> <string>Python</string>
<key>ReleaseStatus</key> <key>ReleaseStatus</key>

View file

@ -10,7 +10,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>PackageManager</string> <string>PackageManager</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>PackageManager.icns</string> <string>PackageManager.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -18,17 +18,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View file

@ -26,7 +26,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<array> <array>
<string>PythonDocumentation</string> <string>PythonDocumentation</string>
@ -42,17 +42,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View file

@ -26,7 +26,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>BuildApplet</string> <string>BuildApplet</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>BuildApplet.icns</string> <string>BuildApplet.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -34,17 +34,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>