~mikemc/ubuntuone-windows-installer/set-PYTHON

« back to all changes in this revision

Viewing changes to scripts/devsetup/buildout.cfg

- Bring buildout up to date with regards to missing dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    https://github.com/ghtdak/qtreactor/tarball/master#egg=qt4reactor
28
28
    http://launchpad.net/python-distutils-extra/trunk/2.31/+download/python-distutils-extra-2.31.tar.gz#egg=python-distutils-extra
29
29
# Mandel's patched keyring, already built
30
 
    http://u1.to/ralsina/L/keyring-0.7-py2.7.egg#egg=keyring
 
30
    http://u1.to/~brian.curtin/X/keyring-1.2.2-py2.7.egg#egg=keyring
31
31
# Pycrypto already built using python -c "import setuptools; execfile('setup.py')" bdist_egg
32
 
    http://u1.to/ralsina/P/pycrypto-2.4.1-py2.7-win32.egg#egg=pycrypto
 
32
    http://u1.to/~brian.curtin/V/pycrypto-2.6-py2.7-win32.egg#egg=pycrypto
33
33
# Py2exe already build using python -c "import setuptools; execfile('setup.py')" bdist_egg
34
34
    http://u1.to/ralsina/x/py2exe-0.6.9-py2.7-win32.egg#egg=py2exe
35
35
# Protobuf's upstream zip file doesn't work via easy_install so using an egg.
36
36
    http://u1.to/ralsina/G/protobuf-2.4.1-py2.7.egg#egg=protobuf
37
37
# Comtypes has a bug in setup.py with Python 2.7, so this should be changed eventually
38
38
# http://sourceforge.net/tracker/index.php?func=detail&aid=3036368&group_id=115265&atid=692940
39
 
    http://u1.to/ralsina/w/comtypes-0.6.2.zip#egg=comtypes
 
39
    http://u1.to/~brian.curtin/I/comtypes-0.6.2.zip#egg=comtypes
40
40
    http://launchpad.net/configglue/trunk/1.0/+download/configglue-1.0.tar.gz#egg=configglue
41
 
    http://u1.to/ralsina/7/Twisted-11.1.0-py2.7-win32.egg#egg=twisted
 
41
# This Twisted build includes alecu's patch which has not yet been accepted
 
42
# http://www.twistedmatrix.com/trac/ticket/5726
 
43
    http://u1.to/~brian.curtin/q/Twisted-12.3.0-py2.7-win32.egg#egg=twisted
42
44
    http://people.canonical.com/~dobey/pyflakes-0.5.0-2ubuntu2.bo2.tar.gz#egg=pyflakes
43
45
    http://u1.to/~mikemc/g/pyobjc_core-2.5.0b1-py2.7-macosx-10.6-x86_64.egg#egg=pyobjc-core-2.5.0b1
44
46
    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
154
156
    sys.path.insert(0, os.path.abspath("."))
155
157
 
156
158
[versions]
157
 
twisted = 11.1.0
 
159
twisted = 12.3.0
158
160
# qt4reactor does not go in here. Specifying the github link covers it.
159
161
python-distutils-extra = 2.31
160
 
keyring = 0.7
161
 
pycrypto = 2.4.1
 
162
keyring = 1.2.2
 
163
pycrypto = 2.6
162
164
pyOpenSSL = 0.13
163
165
pil = 1.1.7
164
166
httplib2 = 0.7.2
171
173
pylint = 0.25.1
172
174
pyflakes = 0.5.0-2ubuntu2.bo2
173
175
pep8 = 1.2
174
 
oauth = 1.0.1
 
176
oauthlib = 0.3.7
175
177
py2exe = 0.6.9
176
178
comtypes = 0.6.2
177
179
pyobjc-core = 2.5.0b1
193
195
urls =
194
196
    lp:dirspec dirspec
195
197
    lp:ubuntuone-dev-tools ubuntuone-dev-tools
196
 
    lp:ubuntuone-storage-protocol ubuntuone-storage-protocol
 
 
b'\\ No newline at end of file'
 
198
    lp:ubuntuone-storage-protocol ubuntuone-storage-protocol