11
buildout_versions_file = versions.cfg
13
extends = versions.cfg
15
find-links += http://mypi
16
download-cache = download-cache
18
install-from-cache = true
19
# Since our main deployment target is Ubuntu, all
20
# runtime dependencies should come from python packages.
21
include-site-packages = true
22
allowed-eggs-from-site-packages =
26
allow-picked-versions = false
41
recipe = zc.recipe.egg
42
dependent-scripts = true
63
recipe = zc.recipe.egg
64
dependent-scripts = true
72
recipe = zc.recipe.egg
76
flake8=flake8.run:main
79
recipe = zc.recipe.egg
89
# Convenient REPLs with all eggs available.
91
recipe = z3c.recipe.scripts
101
recipe = collective.recipe.sphinxbuilder
102
source = ${buildout:directory}/docs
103
build = ${buildout:directory}/docs/_build
105
${buildout:directory}