annotate buildout.cfg @ 393:49bd3dc5c205

FIX: Python2.[56] fails upon 'as'-keyword in pyparsing_py3.py
author Jens Braeuer <jens.braeuer@gmx.net>
date Tue, 18 May 2010 20:59:14 +0200
parents 2d6280e022e4
children
rev   line source
5
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
1 [buildout]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
2 parts = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
3 develop = .
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
4
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
5 [mypython]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
6 recipe = zc.recipe.egg
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
7 interpreter = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
8 eggs = cmd2