[buildout]
extends =
../lxml-python/buildout.cfg
parts =
cloudooo
[lxml-python]
python = python2.6
[cloudooo]
recipe = zc.recipe.egg
python = python2.6
eggs =
${lxml-python:egg}
cloudooo
cloudooo.handler.ooo
cloudooo.handler.pdf
cloudooo.handler.ffmpeg
cloudooo.handler.imagemagick
PasteScript
python-magic
entry-points =
cloudooo_tester=cloudooo.bin.cloudooo_tester:main
runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run
scripts =
paster=cloudooo_paster
runCloudoooUnitTest
-
Rafael Monnerat authored
Install cloudooo from git mainstream (like erp5) instead rely on eggs for this. This makes development and testing faster by adoptiong mainstream always. Unify the standalone setup and the setup into erp5 to provide the same outcome and reduce maintenace. Update cloudooo configuration to make it compatible with erp5testnode and permit re-enable continuous integration.
008c0ef4