[Python-checkins] r70806 - in python/branches/py3k: Mac/BuildScript/build-installer.py

ronald.oussoren python-checkins at python.org
Tue Mar 31 15:25:17 CEST 2009


Author: ronald.oussoren
Date: Tue Mar 31 15:25:17 2009
New Revision: 70806
Log:
Merged revisions 70802 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk
........
 r70802 | ronald.oussoren | 2009年03月31日 08:20:45 -0500 (2009年3月31日) | 4 lines
 
 Minor update to OSX build-installer script, needed
 to ensure that the build will succeed in a clean
 checkout and with a non-default deployment target.
........
Modified:
 python/branches/py3k/ (props changed)
 python/branches/py3k/Mac/BuildScript/build-installer.py
Modified: python/branches/py3k/Mac/BuildScript/build-installer.py
==============================================================================
--- python/branches/py3k/Mac/BuildScript/build-installer.py	(original)
+++ python/branches/py3k/Mac/BuildScript/build-installer.py	Tue Mar 31 15:25:17 2009
@@ -1020,7 +1020,18 @@
 
 # Now build python itself
 buildPython()
+
+ # And then build the documentation
+ # Remove the Deployment Target from the shell
+ # environment, it's no longer needed and
+ # an unexpected build target can cause problems
+ # when Sphinx and its dependencies need to
+ # be (re-)installed.
+ del os.environ['MACOSX_DEPLOYMENT_TARGET']
 buildPythonDocs()
+
+
+ # Prepare the applications folder
 fn = os.path.join(WORKDIR, "_root", "Applications",
 "Python %s"%(getVersion(),), "Update Shell Profile.command")
 patchScript("scripts/postflight.patch-profile", fn)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /