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

[bt5-erp5]
recipe = infrae.subversion
base = https://svn.erp5.org/repos/public/erp5/trunk/bt5
ignore_verification = true
15
revision = ${configuration:erp5_bt5_revision}
16 17 18 19
public_bootstrap = ${products-erp5:base}/ERP5/bootstrap
urls =
  ${:public_bootstrap}/erp5_core/${:revision} erp5_core
  ${:public_bootstrap}/erp5_mysql_innodb_catalog/${:revision} erp5_mysql_innodb_catalog
20 21
  ${:public_bootstrap}/erp5_xhtml_style/${:revision} erp5_xhtml_style
  ${:base}/${:revision} .
22 23 24 25 26 27 28 29 30 31 32 33 34 35

[cmf15]
recipe = plone.recipe.distros
urls =
    http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz
version-suffix-packages =
    CMF-1.5.4.tar.gz

[itools]
# use a custom build for itools, to add lib64 to the include path
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/

36 37 38 39 40 41 42
[mysql-python-env]
PATH =${software_definition:mysql_software}/bin:%(PATH)s

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

45 46 47 48 49 50 51 52 53 54 55
[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

56 57 58 59
[products-development]
recipe = infrae.subversion
ignore_verification = true
urls =
60
    ${products-erp5:base}/ERP5Subversion/${configuration:erp5_products_revision} ERP5Subversion
61

62 63 64
[products-erp5]
recipe = infrae.subversion
ignore_verification = true
65
revision = ${configuration:erp5_products_revision}
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
base = https://svn.erp5.org/repos/public/erp5/trunk/products
urls =
    ${:base}/CMFActivity/${:revision} CMFActivity
    ${:base}/CMFCategory/${:revision} CMFCategory
    ${:base}/ERP5/${:revision} ERP5
    ${:base}/ERP5Catalog/${:revision} ERP5Catalog
    ${:base}/ERP5Form/${:revision} ERP5Form
    ${:base}/ERP5OOo/${:revision} ERP5OOo
    ${:base}/ERP5SyncML/${:revision} ERP5SyncML
    ${:base}/ERP5Type/${:revision} ERP5Type
    ${:base}/ERP5Security/${:revision} ERP5Security
    ${:base}/MailTemplates/${:revision} MailTemplates
    ${:base}/PortalTransforms/${:revision} PortalTransforms
    ${:base}/TimerService/${:revision} TimerService
    ${:base}/ZMySQLDA/${:revision} ZMySQLDA
    ${:base}/ZMySQLDDA/${:revision} ZMySQLDDA
    ${:base}/ZSQLCatalog/${:revision} ZSQLCatalog
    ${:base}/Formulator/${:revision} Formulator

[products-other]
recipe = infrae.subversion
#Archetypes should be contained in Products Folder
location = parts/products-other/Products
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
94

95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
[eggs]
recipe = zc.recipe.egg
eggs =
  ${itools:egg}
  ClientForm
  MySQL-python
  PyXML
  erp5diff
  ipdb
  lxml
  mechanize
  numpy
  ply
  pysvn
  python-ldap
  python-memcached
  pytz
  simplejson
  timerserver

Łukasz Nowak's avatar
Łukasz Nowak committed
115 116 117
[requirements]
development = /usr/include/glib-2.0/glib.h