software-py3.cfg 563 Bytes
Newer Older
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
[buildout]
extends =
  ../../component/python3/buildout.cfg
  software.cfg
python = python3.5

[nghttp2]
environment =
  PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:${python3.5:location}/bin:%(PATH)s

[supervisor-repository]
<= git-clone-repository
repository = https://github.com/Supervisor/supervisor.git

[supervisor-develop]
recipe = zc.recipe.egg:develop
egg = supervisor
setup = ${supervisor-repository:location}

[eggs]
recipe = zc.recipe.egg
eggs += ${supervisor-develop:egg}

[versions]
supervisor =