[Python-checkins] r72789 - in python/trunk/Mac/BuildScript: resources/ReadMe.txt resources/Welcome.rtf scripts/postflight.patch-profile

ronald.oussoren python-checkins at python.org
Tue May 19 21:29:24 CEST 2009


Author: ronald.oussoren
Date: Tue May 19 21:29:24 2009
New Revision: 72789

Log:
Remove some traces of 'MacPython'


Modified:
   python/trunk/Mac/BuildScript/   (props changed)
   python/trunk/Mac/BuildScript/resources/ReadMe.txt
   python/trunk/Mac/BuildScript/resources/Welcome.rtf
   python/trunk/Mac/BuildScript/scripts/postflight.patch-profile

Modified: python/trunk/Mac/BuildScript/resources/ReadMe.txt
==============================================================================
--- python/trunk/Mac/BuildScript/resources/ReadMe.txt	(original)
+++ python/trunk/Mac/BuildScript/resources/ReadMe.txt	Tue May 19 21:29:24 2009
@@ -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 @@
 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 @@
 /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.

Modified: python/trunk/Mac/BuildScript/resources/Welcome.rtf
==============================================================================
--- python/trunk/Mac/BuildScript/resources/Welcome.rtf	(original)
+++ python/trunk/Mac/BuildScript/resources/Welcome.rtf	Tue May 19 21:29:24 2009
@@ -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.}

Modified: python/trunk/Mac/BuildScript/scripts/postflight.patch-profile
==============================================================================
--- python/trunk/Mac/BuildScript/scripts/postflight.patch-profile	(original)
+++ python/trunk/Mac/BuildScript/scripts/postflight.patch-profile	Tue May 19 21:29:24 2009
@@ -57,7 +57,7 @@
 		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 @@
 	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}"


More information about the Python-checkins mailing list