Merge lp:~mikemc/ubuntuone-windows-installer/add-folder-to-favorites into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: dobey
Approved revision: 157
Merged at revision: 154
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/add-folder-to-favorites
Merge into: lp:ubuntuone-windows-installer
Diff against target: 29 lines (+4/-1)
1 file modified
scripts/devsetup/buildout.cfg (+4/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/add-folder-to-favorites
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+139979@code.launchpad.net

Commit message

- Add PyObjC LaunchServices egg to buildout on Mac OS.

Description of the change

- Add PyObjC LaunchServices egg to buildout on Mac OS.

Required for code that adds u1 folder to favorites (https://code.launchpad.net/~mikemc/ubuntuone-control-panel/add-to-favorites-mac/+merge/139530 )

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/devsetup/buildout.cfg'
2--- scripts/devsetup/buildout.cfg 2012-11-21 00:24:36 +0000
3+++ scripts/devsetup/buildout.cfg 2012-12-14 18:05:26 +0000
4@@ -42,6 +42,8 @@
5 http://people.canonical.com/~dobey/pyflakes-0.5.0-2ubuntu2.bo2.tar.gz#egg=pyflakes
6 http://u1.to/~mikemc/g/pyobjc_core-2.5.0b1-py2.7-macosx-10.6-x86_64.egg#egg=pyobjc-core-2.5.0b1
7 http://u1.to/~mikemc/7/pyobjc_framework_Cocoa-2.5.0b1-py2.7-macosx-10.6-x86_64.egg#egg=pyobjc-framework-Cocoa-2.5.0b1
8+ http://u1.to/~mikemc/F/pyobjc_framework_LaunchServices-2.4a0-py2.7.egg#egg=pyobjc-framework-LaunchServices-2.4a0
9+
10 unzip = true
11 newest = false
12 versions = versions
13@@ -66,7 +68,7 @@
14 ... if platform.platform().startswith('Windows'):
15 ... self.options['eggs'] = 'comtypes'
16 ... else:
17- ... self.options['eggs'] = 'pyobjc-core\npyobjc-framework-Cocoa'
18+ ... self.options['eggs'] = 'pyobjc-core\npyobjc-framework-Cocoa\npyobjc-framework-LaunchServices'
19
20 # z3c.recipe.scripts generates a python interpreter that handles the
21 # same python command line options as the real interpreter
22@@ -174,6 +176,7 @@
23 comtypes = 0.6.2
24 pyobjc-core = 2.5.0b1
25 pyobjc-framework-Cocoa = 2.5.0b1
26+pyobjc-framework-LaunchServices = 2.4a0
27 mock = 1.0
28
29 [sources]

Subscribers

People subscribed via source and target branches