[buildout] extensions += mr.developer extends = config/plone4.cfg parts += omelette pydev idelauncher # roadrunner pyflakes eggs += psycopg2 MySQL-python [instance] user = admin:admin debug-mode = on verbose-security = on eggs += plone4bio.base # plone4bio.structure plone4biotheme.base plone4bio.biosql plone4bio.pscoils redturtle.bent plone.reload ZopeHealthWatcher # Products.PDBDebugMode # TODO: z3c.autoinclude zcml += plone.reload plone4bio.base # plone4bio.structure plone4biotheme.base plone4bio.biosql plone4bio.pscoils [omelette] recipe = collective.recipe.omelette eggs = ${instance:eggs} # products = ${instance:products} # Automatically add eggs to PyDev project path [pydev] recipe = pb.recipes.pydev pydevproject_path = ${buildout:directory}/.pydevproject eggs = ${instance:eggs} # extra_paths = ${zope2:location}/lib/python/ [idelauncher] recipe = plone.recipe.command command = wget -O ${buildout:directory}/bin/idelauncher.py http://plone.org/documentation/tutorial/developing-plone-with-eclipse/idelauncher.py # update-command = ${idelauncher:command} [plonesite] recipe = collective.recipe.plonesite site-id = plone4bio instance = instance site-replace = False products = plone4bio.base # plone4bio.structure plone4biotheme.base plone4bio.biosql plone4bio.pscoils #[roadrunner] #recipe = roadrunner:plone #packages-under-test = ${plone4bio:eggs} [pyflakes] recipe = zc.recipe.egg scripts = pyflakes eggs = pyflakes setuptools entry-points = pyflakes=pkg_resources:run_script arguments = 'pyflakes', 'pyflakes' initialization = sys.argv += """${buildout:develop}""".split() [sources] plone4bio.base = svn http://plone4bio.org/svn/plone4bio.base/trunk plone4bio.biosql = svn http://plone4bio.org/svn/plone4bio.biosql/trunk plone4biotheme.base = svn http://plone4bio.org/svn/plone4biotheme.base/trunk biocomp.pscoils = svn http://plone4bio.org/svn/biocomp.pscoils/branches/biopython-enabled biocomp.pscoils plone4bio.pscoils = svn http://plone4bio.org/svn/plone4bio.pscoils/trunk # plone4bio.structure = svn http://plone4bio.org/svn/plone4bio.structure/trunk