forked from groupserver/buildout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.cfg
50 lines (41 loc) · 1.05 KB
/
dependencies.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
47
48
49
50
# Rules to install some packages that require non-standard recipies,
# because they are not simple eggs.
[egenix-mx-base]
# use the recipe for setup install
recipe = vortex.recipe.setup_install
url = http://eggs.iopen.net/groupserver/cache/egenix-mx-base-3.0.0.tar.gz
package = mx
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ${instance:products} ./Products/
[wsgi]
recipe = collective.recipe.modwsgi
eggs = ${instance:eggs}
extra-paths = ${buildout:directory}/parts/site-packages/
config-file = ${buildout:directory}/wsgi.ini
# Rules to install some useful scripts
[fabric]
# The bin/fab script
recipe = zc.recipe.egg
eggs = fabric
scripts = fab
[paster]
# The bin/paster script, for web-serving
recipe = repoze.recipe.egg
scripts = paster
eggs = ${instance:eggs}
[repozo]
# Create the bin/repozo script
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo
[testrunner]
# The bin/test script
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
script = test
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude == 3.3.5