erp5.cfg 2.22 KB
Newer Older
1 2 3 4
[buildout]
parts =
  cmf15
  itools
5
  mysql-python
6 7 8 9 10 11 12 13
  products-other
  products-deps
  products-erp5

[cmf15]
recipe = plone.recipe.distros
urls =
    http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz
14 15
nested-packages =
  CMF-1.5.4.tar.gz
16
version-suffix-packages =
17
  CMF-1.5.4.tar.gz
18 19 20

[itools]
# use a custom build for itools, to add lib64 to the include path
21
depends = ${python:location}
22 23 24 25
recipe = zc.recipe.egg:custom
egg = itools
include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/

26
[mysql-python-env]
27
PATH =${mysql-tritonn-5.0:location}/bin:%(PATH)s
28 29 30 31 32

[mysql-python]
recipe = zc.recipe.egg:custom
egg = MySQL-python
environment = mysql-python-env
33
rpath =${software_definition:mysql_software}/lib/mysql/
34

35 36 37 38 39 40 41 42 43 44 45 46 47
[products-deps]
recipe = plone.recipe.distros
urls =
    http://www.zope.org/Members/shh/ExtFile/1.4.4/ExtFile-1.4.4.tar.gz
    http://www.zope.org/Members/NIP/ZMailIn/1.0.1/ZMailIn-1-0-1.tgz
    http://www.zope.org/Members/NIP/ZMailIn/1.0.0/CMFMailIn-1.0.0
    http://www.zope.org/Products/PluggableAuthService/PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.tar.gz
    http://download.hforge.org/localizer/Localizer-1.2.3.tar.gz
version-suffix-packages =
    Localizer-1.2.3.tar.gz

[products-other]
recipe = infrae.subversion
Łukasz Nowak's avatar
Łukasz Nowak committed
48 49 50
# dircty hack to support PluginRegistry/utils.py:17 assumption that products
# are in Products folder
location = parts/products-other/Products
51 52 53 54 55
urls =
    http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ DCWorkflowGraph
    svn://svn.zope.org/repos/main/Zelenium/trunk/ Zelenium
    svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry
    http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry
Łukasz Nowak's avatar
Łukasz Nowak committed
56

57 58 59 60
[eggs]
recipe = zc.recipe.egg
eggs =
  ${itools:egg}
61
  ${mysql-python:egg}
62
  PyXML
Łukasz Nowak's avatar
Łukasz Nowak committed
63
  SOAPpy
Łukasz Nowak's avatar
Łukasz Nowak committed
64
  cElementTree
65
  elementtree
66 67 68 69 70
  erp5diff
  ipdb
  lxml
  mechanize
  numpy
Łukasz Nowak's avatar
Łukasz Nowak committed
71
  paramiko
72 73 74 75 76 77
  ply
  pysvn
  python-ldap
  python-memcached
  pytz
  simplejson
Łukasz Nowak's avatar
Łukasz Nowak committed
78
  threadframe
Łukasz Nowak's avatar
Łukasz Nowak committed
79
  timerserver
80
  uuid
81

Łukasz Nowak's avatar
Łukasz Nowak committed
82
[requirements]
83
development =
Nicolas Dumazet's avatar
Nicolas Dumazet committed
84
  /usr/include/glib-2.0/glib.h
85
  /usr/include/ldap.h
Nicolas Dumazet's avatar
Nicolas Dumazet committed
86 87
  /usr/include/libxml2/libxml/xmlversion.h
  /usr/include/libxslt/xsltconfig.h
88
  /usr/include/neon
89
  /usr/include/sasl/sasl.h
90 91 92

binary =
  zip