]> granicus.if.org Git - python/commitdiff
Remove some traces of 'MacPython'
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 May 2009 19:29:24 +0000 (19:29 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 May 2009 19:29:24 +0000 (19:29 +0000)
Mac/BuildScript/resources/ReadMe.txt
Mac/BuildScript/resources/Welcome.rtf
Mac/BuildScript/scripts/postflight.patch-profile

index d99f9f6437acb00a80b7e434e278a041e72b8d32..4f78e822acd9a30e612da6fc07bb66d3337ab50a 100644 (file)
@@ -1,4 +1,4 @@
-This package will install MacPython $FULL_VERSION for Mac OS X
+This package will install Python $FULL_VERSION for Mac OS X
 $MACOSX_DEPLOYMENT_TARGET for the following 
 architecture(s): $ARCHITECTURES.
 
@@ -12,7 +12,7 @@ You must install onto your current boot disk, even
 though the installer does not enforce this, otherwise
 things will not work.
 
-MacPython consists of the Python programming language
+Python consists of the Python programming language
 interpreter, plus a set of programs to allow easy
 access to it for Mac users including an integrated development
 environment, IDLE, plus a set of pre-built extension modules
@@ -23,8 +23,5 @@ in your Applications folder, command-line tools in
 /usr/local/bin and the underlying machinery in
 $PYTHONFRAMEWORKINSTALLDIR.
 
-More information on MacPython can be found at
-http://www.python.org/download/mac/.
-
 More information on Python in general can be found at
 http://www.python.org.
index 0753ea46a27b8251d892ecba8f8d475b087aad73..72a6e633dc3d61d9094c0e71dbd2d3082f0ebfef 100644 (file)
@@ -5,14 +5,14 @@
 \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 $FULL_VERSION
+\f1\b Python $FULL_VERSION
 \f0\b0  for 
 \f1\b Mac OS X $MACOSX_DEPLOYMENT_TARGET
 \f0\b0 .\
 \
-MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users including an integrated development environment \b IDLE\b0  plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs.\
+Python consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users including an integrated development environment \b IDLE\b0  plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs.\
 \
 See the ReadMe file for more information.\
 \
 \
-This package will by default update your shell profile to ensure that this version of Python is on the search path of your shell. Please deselect the "Shell profile updater" package on the package customization screen if you want to avoid this modification.  Double-click \b Update Shell Profile\b0  at any time to make $FULL_VERSION the default Python.}
\ No newline at end of file
+This package will by default update your shell profile to ensure that this version of Python is on the search path of your shell. Please deselect the "Shell profile updater" package on the package customization screen if you want to avoid this modification.  Double-click \b Update Shell Profile\b0  at any time to make $FULL_VERSION the default Python.}
index aa5e93c683020e9199378cdb36700b3438476d48..0c0e4ff3c6f694226de78d224983379b11dd1b44 100755 (executable)
@@ -57,7 +57,7 @@ case "${BSH}" in
                cp -fp "${RC}" "${RC}.pysave"
        fi
        echo "" >> "${RC}"
-       echo "# Setting PATH for MacPython ${PYVER}" >> "${RC}"
+       echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
        echo "# The orginal version is saved in .cshrc.pysave" >> "${RC}"
        echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
        if [ `id -ur` = 0 ]; then
@@ -86,7 +86,7 @@ if [ -f "${PR}" ]; then
        cp -fp "${PR}" "${PR}.pysave"
 fi
 echo "" >> "${PR}"
-echo "# Setting PATH for MacPython ${PYVER}" >> "${PR}"
+echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
 echo "# The orginal version is saved in `basename ${PR}`.pysave" >> "${PR}"
 echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
 echo 'export PATH' >> "${PR}"