[buildout] extends = ../lxml-python/buildout.cfg parts = cloudooo sources = sources [sources] # Include information related to official cloudooo source code. cloudooo = git http://git.erp5.org/repos/cloudooo.git [lxml-python] python = python2.6 [cloudooo] recipe = zc.recipe.egg python = python2.6 eggs = ${lxml-python:egg} cloudooo PasteScript python-magic entry-points = cloudooo_tester=cloudooo.bin.cloudooo_tester:main runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run scripts = paster=cloudooo_paster runCloudoooUnitTest