slapos.tool.networkcache was removed from pypi.
[slapos.git] / software / erp5 / software.cfg
1 [buildout]
2 extensions =
3   slapos.rebootstrap
4   slapos.zcbworkarounds
5   mr.developer
6
7 find-links =
8     http://www.nexedi.org/static/packages/source/slapos.buildout/
9     http://dist.repoze.org
10     http://www.nexedi.org/static/packages/source/
11
12 extends =
13   ../../stack/erp5.cfg
14
15 versions = versions
16
17 parts +=
18 # Create instance template
19   template
20
21 # XXX: Workaround of SlapOS limitation
22 # Unzippig of eggs is required, as SlapOS do not yet provide nicely working
23 # development / fast switching environment for whole software
24 unzip = true
25
26 [instance-recipe]
27 # Note: In case if specific instantiation recipe is used this is the place to
28 # put its name
29 egg = slapos.cookbook
30 module = erp5
31
32 [template]
33 # Default template for erp5 instance.
34 recipe = slapos.cookbook:template
35 url = ${:_profile_base_location_}/instance.cfg
36 md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
37 output = ${buildout:directory}/template.cfg
38 mode = 0644
39
40 # Release stabilisation
41 [products-deps]
42 # Recipe minitage.recipe.fetch is disabled, as it uses PATH variable, but it
43 # is not possible to change its environment to use localy delivered subversion
44 # nor git. plone.recipe.command can do same job, but it is controllable which
45 # binary will be used
46 recipe = plone.recipe.command
47 svn_param =--trust-server-cert --non-interactive --quiet
48 location = ${buildout:parts-directory}/${:_buildout_section_name_}
49 stop-on-error = true
50 command =
51   ${subversion:location}/bin/svn checkout ${:svn_param} -r 98997 https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile &&
52   ${git:location}/bin/git clone --quiet git://git.hforge.org/Localizer.git ${:location}/Localizer && cd ${:location}/Localizer && ${git:location}/bin/git reset --quiet --hard dacb6ba0ae559cd9bdb8822812d24a12a21e9e37
53 update-command =
54
55 [erp5]
56 # Recipe zerokspot.recipe.git is disabled, as is not possible to change its
57 # environment to use localy delivered git.
58 # plone.recipe.command can do same job, but it is controllable which binary
59 # will be used
60 recipe = plone.recipe.command
61 location = ${buildout:parts-directory}/${:_buildout_section_name_}
62 stop-on-error = true
63 repository = http://git.erp5.org/repos/erp5.git
64 branch = master
65 command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git reset --quiet --hard 0eba9830dae07dbf5319f218989b79ddd5eb11b1
66 update-command =
67
68 [versions]
69 MySQL-python = 1.2.3
70 Paste = 1.7.5.1
71 PasteScript = 1.7.3
72 Products.CMFActionIcons = 2.1.3
73 Products.CMFCalendar = 2.2.2
74 Products.CMFCore = 2.2.4
75 Products.CMFDefault = 2.2.2
76 Products.CMFTopic = 2.2.1
77 Products.CMFUid = 2.2.1
78 Products.DCWorkflowGraph = 0.4nxd001
79 Products.ExternalEditor = 1.1.0
80 Products.GenericSetup = 1.6.3
81 Products.MimetypesRegistry = 2.0.2
82 Products.PluggableAuthService = 1.7.4
83 Products.PluginRegistry = 1.3b1
84 Products.TIDStorage = 5.4.7.dev-r45842
85 Products.Zelenium = 1.0.3
86 StructuredText = 2.11.1
87 cElementTree = 1.0.5-20051216
88 chardet = 1.0.1
89 cloudooo = 1.2.3
90 cloudooo.handler.ffmpeg = 0.1
91 cloudooo.handler.imagemagick = 0.1
92 cloudooo.handler.ooo = 0.2
93 cloudooo.handler.pdf = 0.1
94 csp-eventlet = 0.6.0
95 elementtree = 1.2.7-20070827-preview
96 erp5.conflictresolver = 0.3
97 erp5.recipe.cmmiforcei686 = 0.1.1
98 erp5diff = 0.8.1.3
99 eventlet = 0.9.15
100 feedparser = 5.0.1
101 five.localsitemanager = 2.0.5
102 greenlet = 0.3.1
103 hexagonit.recipe.cmmi = 1.5.0
104 hexagonit.recipe.download = 1.5.0
105 ipdb = 0.3
106 mr.developer = 1.17
107 ordereddict = 1.1
108 paramiko = 1.7.7.1
109 plone.recipe.command = 1.1
110 ply = 3.4
111 psutil = 0.2.1
112 pycrypto = 2.3
113 python-ldap = 2.3.13
114 python-memcached = 1.47
115 restkit = 3.2.3
116 rtjp-eventlet = 0.3.2
117 slapos.cookbook = 0.1
118 threadframe = 0.2
119 timerserver = 2.0.2
120 urlnorm = 1.1.2
121 uuid = 1.30
122 xupdate-processor = 0.4
123
124 # Required by:
125 # PasteScript==1.7.3
126 # cloudooo==1.2.3
127 PasteDeploy = 1.5.0
128
129 # Required by:
130 # cloudooo==1.2.3
131 WSGIUtils = 0.7
132
133 # Required by:
134 # cloudooo==1.2.3
135 argparse = 1.2.1
136
137 # Required by:
138 # slapos.cookbook==0.1
139 collective.recipe.template = 1.8
140
141 # Required by:
142 # SOAPpy==0.12.0nxd001
143 fpconst = 0.7.2
144
145 # Required by:
146 # ipdb==0.3
147 ipython = 0.10.2
148
149 # Required by:
150 # slapos.cookbook==0.1
151 netaddr = 0.7.5
152
153 # Required by:
154 # cloudooo==1.2.3
155 python-magic = 0.4.0.1
156
157 # Required by:
158 # Products.CMFActionIcons==2.1.3
159 # Products.CMFCalendar==2.2.2
160 # Products.CMFCore==2.2.4
161 # Products.CMFDefault==2.2.2
162 # Products.CMFTopic==2.2.1
163 # Products.CMFUid==2.2.1
164 # Products.DCWorkflow==2.2.3nxd002
165 # Products.DCWorkflowGraph==0.4nxd001
166 # Products.ExternalEditor==1.1.0
167 # Products.GenericSetup==1.6.3
168 # Products.MimetypesRegistry==2.0.2
169 # Products.PluggableAuthService==1.7.4
170 # Products.PluginRegistry==1.3b1
171 # Products.TIDStorage==5.4.7.dev-r45842
172 # Products.Zelenium==1.0.3
173 # Zope2==2.12.18
174 # five.localsitemanager==2.0.5
175 # mr.developer==1.17
176 # python-ldap==2.3.13
177 # zc.buildout==1.5.3-dev-SlapOS-001
178 # zope.deprecation==3.4.0
179 # zope.structuredtext==3.4.0
180 setuptools = 0.6c12dev-r88795
181
182 # Required by:
183 # slapos.cookbook==0.1
184 slapos.slap = 1.2.dev-r4679
185
186 # Required by:
187 # slapos.cookbook==0.1
188 xml-marshaller = 0.9.7