Skip to content

Commit cc00a26

Browse files
Remove some traces of 'MacPython'
1 parent f44c654 commit cc00a26

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

Mac/BuildScript/resources/ReadMe.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This package will install MacPython $FULL_VERSION for Mac OS X
1+
This package will install Python $FULL_VERSION for Mac OS X
22
$MACOSX_DEPLOYMENT_TARGET for the following
33
architecture(s): $ARCHITECTURES.
44

@@ -12,7 +12,7 @@ You must install onto your current boot disk, even
1212
though the installer does not enforce this, otherwise
1313
things will not work.
1414

15-
MacPython consists of the Python programming language
15+
Python consists of the Python programming language
1616
interpreter, plus a set of programs to allow easy
1717
access to it for Mac users including an integrated development
1818
environment, IDLE, plus a set of pre-built extension modules
@@ -23,8 +23,5 @@ in your Applications folder, command-line tools in
2323
/usr/local/bin and the underlying machinery in
2424
$PYTHONFRAMEWORKINSTALLDIR.
2525

26-
More information on MacPython can be found at
27-
http://www.python.org/download/mac/.
28-
2926
More information on Python in general can be found at
3027
http://www.python.org.

Mac/BuildScript/resources/Welcome.rtf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
66

77
\f0\fs24 \cf0 This package will install
8-
\f1\b MacPython $FULL_VERSION
8+
\f1\b Python $FULL_VERSION
99
\f0\b0 for
1010
\f1\b Mac OS X $MACOSX_DEPLOYMENT_TARGET
1111
\f0\b0 .\
1212
\
13-
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.\
13+
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.\
1414
\
1515
See the ReadMe file for more information.\
1616
\
1717
\
18-
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.}
18+
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.}

Mac/BuildScript/scripts/postflight.patch-profile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ case "${BSH}" in
5757
cp -fp "${RC}" "${RC}.pysave"
5858
fi
5959
echo "" >> "${RC}"
60-
echo "# Setting PATH for MacPython ${PYVER}" >> "${RC}"
60+
echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
6161
echo "# The orginal version is saved in .cshrc.pysave" >> "${RC}"
6262
echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
6363
if [ `id -ur` = 0 ]; then
@@ -86,7 +86,7 @@ if [ -f "${PR}" ]; then
8686
cp -fp "${PR}" "${PR}.pysave"
8787
fi
8888
echo "" >> "${PR}"
89-
echo "# Setting PATH for MacPython ${PYVER}" >> "${PR}"
89+
echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
9090
echo "# The orginal version is saved in `basename ${PR}`.pysave" >> "${PR}"
9191
echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
9292
echo 'export PATH' >> "${PR}"

0 commit comments

Comments
 (0)