[PyObjC-svn] r2539 - trunk/pyobjc/build-support
[email protected] Tue, 06 Jul 2010 10:54:42 -0500
| Newsgroups | gmane.comp.python.pyobjc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronaldoussoren
Date: Tue Jul 6 10:54:42 2010
New Revision: 2539
Log:
* Change default build flags
* 2.7 is released, switch to the 2.7 branch
Modified:
trunk/pyobjc/build-support/build_frameworks.py
Modified: trunk/pyobjc/build-support/build_frameworks.py
==============================================================================
--- trunk/pyobjc/build-support/build_frameworks.py (original)
+++ trunk/pyobjc/build-support/build_frameworks.py Tue Jul 6 10:54:42 2010
@@ -29,7 +29,7 @@
gBaseDir = os.path.dirname(os.path.abspath(__file__))
-gArchs = ("32-bit", "3-way", "intel")
+gArchs = ("32-bit", "3-way")
# Name of the Python framework and any additional arguments
@@ -42,7 +42,7 @@
# Location of the SVN branches to be used
gURLMap = {
'2.6': 'http://svn.python.org/projects/python/branches/release26-maint',
- '2.7': 'http://svn.python.org/projects/python/trunk',
+ '2.7': 'http://svn.python.org/projects/python/branches/release27-maint',
'3.1': 'http://svn.python.org/projects/python/branches/release31-maint',
'3.2': 'http://svn.python.org/projects/python/branches/py3k',
@@ -52,8 +52,7 @@
# Name of the OSX SDK used to build the framework, keyed of the architecture
# variant.
gSdkMap={
- #'32-bit': '/Developer/SDKs/MacOSX10.4u.sdk',
- '32-bit': '/',
+ '32-bit': '/Developer/SDKs/MacOSX10.4u.sdk',
'3-way': '/',
'intel': '/',
}
@@ -61,10 +60,10 @@
# Name of the OSX Deployment Target used to build the framework, keyed of
# the architecture variant.
gDeploymentTargetMap={
- #'32-bit': '10.3',
- '32-bit': '10.5',
+ '32-bit': '10.3',
+ #'32-bit': '10.5',
'3-way': '10.5',
- 'intel': '10.6',
+ 'intel': '10.5',
}
class ShellError (Exception):
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first