erp5.cfg 2.79 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}
71
  PyXML
Łukasz Nowak's avatar
Łukasz Nowak committed
72
  SOAPpy
Łukasz Nowak's avatar
Łukasz Nowak committed
73
  cElementTree
74
  elementtree
75
  erp5diff
76 77
  xml_marshaller
  xupdate_processor
78
  ipdb
79 80 81
  lxml
  mechanize
  numpy
Łukasz Nowak's avatar
Łukasz Nowak committed
82
  paramiko
83 84 85 86 87 88
  ply
  pysvn
  python-ldap
  python-memcached
  pytz
  simplejson
Łukasz Nowak's avatar
Łukasz Nowak committed
89
  threadframe
Łukasz Nowak's avatar
Łukasz Nowak committed
90
  timerserver
91
  uuid
92
  zope.testbrowser
93

94 95 96 97 98
python = python2.4
dependent-scripts = true
interpreter = python${python2.4:version}
extra-paths =
  ${zope-2.8:location}/lib/python
99

Łukasz Nowak's avatar
Łukasz Nowak committed
100
[requirements]
101
development =
Nicolas Dumazet's avatar
Nicolas Dumazet committed
102
  /usr/include/glib-2.0/glib.h
103
  /usr/include/ldap.h
Nicolas Dumazet's avatar
Nicolas Dumazet committed
104 105
  /usr/include/libxml2/libxml/xmlversion.h
  /usr/include/libxslt/xsltconfig.h
106
  /usr/include/neon
107
  /usr/include/sasl/sasl.h
108 109 110

binary =
  zip