erp5.cfg 3.04 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 21

[itools]
# use a custom build for itools, to add lib64 to the include path
recipe = zc.recipe.egg:custom
22
python = python2.4
23 24 25
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 =${software_definition:mysql_software}/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
[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

46 47 48 49 50 51 52
[products-ldap]
recipe = plone.recipe.distros

urls =
  http://www.dataflake.org/software/ldapmultiplugins/ldapmultiplugins_1.1/LDAPMultiPlugins-1_1.tgz
  http://www.dataflake.org/software/ldapuserfolder/ldapuserfolder_2.6/LDAPUserFolder-2_6.tgz

53 54
[products-other]
recipe = infrae.subversion
Łukasz Nowak's avatar
Łukasz Nowak committed
55 56
# dircty hack to support PluginRegistry/utils.py:17 assumption that products
# are in Products folder
57 58
# XXX: Zelenium was eggfied for recent zope versions (2.12) and are available at Bazaar.
#      some better alternative should be used in future.
Łukasz Nowak's avatar
Łukasz Nowak committed
59
location = parts/products-other/Products
60 61
urls =
    http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ DCWorkflowGraph
62
    svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 Zelenium
Lucas Carvalho's avatar
Lucas Carvalho committed
63
    svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry
64
    http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry
Łukasz Nowak's avatar
Łukasz Nowak committed
65

66 67 68 69
[eggs]
recipe = zc.recipe.egg
eggs =
  ${itools:egg}
70
  ${mysql-python:egg}
Łukasz Nowak's avatar
Łukasz Nowak committed
71
  ClientForm
72
  PyXML
Łukasz Nowak's avatar
Łukasz Nowak committed
73
  SOAPpy
Łukasz Nowak's avatar
Łukasz Nowak committed
74
  cElementTree
75 76
  collective.recipe.supervisor
  collective.recipe.template
77
  elementtree
78 79 80 81
  erp5.recipe.mysqldatabase
  erp5.recipe.mysqlserver
  erp5.recipe.standaloneinstance
  erp5.recipe.testrunner
82
  erp5diff
83
  ipdb
84 85 86
  lxml
  mechanize
  numpy
Łukasz Nowak's avatar
Łukasz Nowak committed
87
  paramiko
88
  pil
89
  plone.recipe.command
90 91 92 93 94 95
  ply
  pysvn
  python-ldap
  python-memcached
  pytz
  simplejson
96
  supervisor
Łukasz Nowak's avatar
Łukasz Nowak committed
97
  threadframe
Łukasz Nowak's avatar
Łukasz Nowak committed
98
  timerserver
99
  uuid
Łukasz Nowak's avatar
Łukasz Nowak committed
100 101
  xml_marshaller
  xupdate_processor
102

103 104 105
python = python2.4
extra-paths =
  ${zope-2.8:location}/lib/python
106 107 108
# shut down script generation. Other parts can generate scripts as needed by
# reusing ${eggs:eggs}
scripts =
109

Łukasz Nowak's avatar
Łukasz Nowak committed
110
[requirements]
111
development =
Nicolas Dumazet's avatar
Nicolas Dumazet committed
112
  /usr/include/glib-2.0/glib.h
113
  /usr/include/ldap.h
Nicolas Dumazet's avatar
Nicolas Dumazet committed
114 115
  /usr/include/libxml2/libxml/xmlversion.h
  /usr/include/libxslt/xsltconfig.h
116
  /usr/include/neon
117
  /usr/include/sasl/sasl.h
118 119 120

binary =
  zip