versions-2.12.cfg 788 Bytes
Newer Older
1 2 3
[buildout]

extends =
4
  http://svn.zope.org/repos/main/Zope/tags/2.12.4/versions.cfg
5 6 7 8 9 10

[versions]
# XXX refactor parts shared with versions.cfg into a common file
python-memcached = 1.45
PyXML = 0.8.4
ipdb = 0.1dev_r1716
Jérome Perrin's avatar
Jérome Perrin committed
11
ipython = 0.10
12 13 14 15 16 17
# itools is built manually, version 0.50.x can't be built by setuptools
#itools = 0.50.8
numpy = 1.3.0
plone.recipe.zope2instance = 3.6
erp5.recipe.standaloneinstance >= 0.4
pysvn = 1.7.2
18
xml-marshaller = 0.9a
19 20
# Use SOAPpy from http://ibid.omnia.za.net/eggs/ instead of
# http://www.nexedi.org/static/packages/source/ due to SyntaxError on
Łukasz Nowak's avatar
Łukasz Nowak committed
21
# Python 2.6
22 23 24 25 26
SOAPpy = 0.12.0

# clear the Acquisition version pin so our development checkout in local-eggs
# is used instead
Acquisition =
27 28 29

erp5_products_revision =
erp5_bt5_revision = ${:erp5_products_revision}