annotate buildout.cfg @ 438:a5f3d5a89d6c tip

pyparsing 2.0.0 only if on Python3
author Catherine Devlin <catherine.devlin@gmail.com>
date Tue, 19 Feb 2013 04:33:12 -0500
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