erp5.cfg 4.74 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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
  bt5-erp5

[bt5-erp5]
recipe = infrae.subversion
base = https://svn.erp5.org/repos/public/erp5/trunk/bt5
ignore_verification = true
revision = 
public_bootstrap = ${products-erp5:base}/ERP5/bootstrap
urls =
  ${:base}/erp5_base/${:revision} erp5_base/
  ${:base}/erp5_pdm/${:revision} erp5_pdm/
  ${:base}/erp5_trade/${:revision} erp5_trade/
  ${:base}/erp5_accounting/${:revision} erp5_accounting/
  ${:base}/erp5_invoicing/${:revision} erp5_invoicing/
  ${:base}/erp5_simplified_invoicing/${:revision} erp5_simplified_invoicing/
  ${:base}/erp5_advanced_invoicing/${:revision} erp5_advanced_invoicing/
  ${:base}/erp5_ods_style/${:revision} erp5_ods_style/
  ${:base}/erp5_odt_style/${:revision} erp5_odt_style/
  ${:base}/erp5_ingestion_mysql_innodb_catalog/${:revision} erp5_ingestion_mysql_innodb_catalog/
  ${:base}/erp5_ingestion/${:revision} erp5_ingestion/
  ${:base}/erp5_crm/${:revision} erp5_crm/
  ${:base}/erp5_web/${:revision} erp5_web/
  ${:base}/erp5_forge/${:revision} erp5_forge/
  ${:base}/erp5_dms/${:revision} erp5_dms/
  ${:base}/erp5_ui_test_core/${:revision} erp5_ui_test_core/
  ${:base}/erp5_ui_test/${:revision} erp5_ui_test/
  ${:base}/erp5_pdm_ui_test/${:revision} erp5_pdm_ui_test/
  ${:base}/erp5_accounting_ui_test/${:revision} erp5_accounting_ui_test/
  ${:base}/erp5_web_ui_test/${:revision} erp5_web_ui_test/
  ${:base}/erp5_dms_ui_test/${:revision} erp5_dms_ui_test/
  ${:base}/erp5_l10n_fr/${:revision} erp5_l10n_fr/
  ${:base}/erp5_l10n_ja/${:revision} erp5_l10n_ja/
  ${:base}/erp5_l10n_pl_PL/${:revision} erp5_l10n_pl_PL/
  ${:base}/erp5_l10n_pt-BR/${:revision} erp5_l10n_pt-BR/
  ${:public_bootstrap}/erp5_core/${:revision} erp5_core
  ${:public_bootstrap}/erp5_xhtml_style/${:revision} erp5_xhtml_style
  ${:public_bootstrap}/erp5_mysql_innodb_catalog/${:revision} erp5_mysql_innodb_catalog
46 47 48 49 50 51 52 53 54 55 56 57 58 59

[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/

60 61 62 63 64 65 66
[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
67
rpath =${software_definition:mysql_software}/lib/mysql/
68

69 70 71 72 73 74 75 76 77 78 79
[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

80 81 82 83 84 85
[products-development]
recipe = infrae.subversion
ignore_verification = true
urls =
    ${products-erp5:base}/ERP5Subversion/${products-erp5:revision} ERP5Subversion

86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
[products-erp5]
recipe = infrae.subversion
ignore_verification = true
revision = 
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
118

119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
[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
139 140 141
[requirements]
development = /usr/include/glib-2.0/glib.h