forked from collective/collective.jsonify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plone25.cfg
47 lines (38 loc) · 808 Bytes
/
plone25.cfg
1
2
3
4
5
6
7
8
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
46
[buildout]
extensions = buildout.dumppickedversions
extends = http://svn.plone.org/svn/collective/buildout/plonetest/plone-2.5.x.cfg
parts += docs
package-name = collective.jsonify
[zope2]
skip-fake-eggs = docutils
[instance]
eggs += Pillow
zcml =
[docs]
recipe = zc.recipe.egg
eggs =
docutils
Sphinx
Sphinx-PyPI-upload
${buildout:package-name}
[versions]
distribute = 0.6.14
zc.buildout = 1.5.2
Pillow = 1.6
elementtree = 1.2.7-20070827-preview
plone.recipe.distros = 1.5
plone.recipe.zope2install = 3.3
docutils = 0.7
Sphinx = 1.0.7
Jinja2 = 2.5.5
Pygments = 1.4
Sphinx-PyPI-upload = 0.2.1
#Required by:
#collective.jsonify 0.1
simplejson = 2.1.3
#Required by:
#plone.recipe.zope2instance 3.6
zc.buildout = 1.5.2
#Required by:
#plone.recipe.zope2instance 3.6
zc.recipe.egg = 1.3.2