versions-2.12.cfg 1.12 KB
Newer Older
1 2
# Place for define the versions of libraries and source revision to
# be used when build your system, for zope 2.12.
3 4 5
[buildout]

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

[versions]
# XXX refactor parts shared with versions.cfg into a common file
python-memcached = 1.45
PyXML = 0.8.4
Jérome Perrin's avatar
Jérome Perrin committed
12
ipython = 0.10
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
18
erp5.recipe.mysqlserver >= 1.1.3
19
rdiff-backup = 1.0.5
20
pysvn = 1.7.2
21
xml-marshaller >= 0.9.2
22
lxml = 2.2.6
23 24
# 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
25
# Python 2.6
26 27 28 29 30
SOAPpy = 0.12.0

# clear the Acquisition version pin so our development checkout in local-eggs
# is used instead
Acquisition =
31 32 33

erp5_products_revision =
erp5_bt5_revision = ${:erp5_products_revision}
34 35 36

# 1.3.1 fixes environment leak
hexagonit.recipe.cmmi >= 1.3.1
37 38 39 40 41

# Zope KGS is incompatible with buildout 1.5.0 in case of distribute and
# zc.buildout
distribute >= 0.6.14
zc.buildout >= 1.5.0