[Erp5-report] r26859 - /experimental/erp5.buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 6 19:03:54 CEST 2009


Author: jerome
Date: Wed May  6 19:03:54 2009
New Revision: 26859

URL: http://svn.erp5.org?rev=26859&view=rev
Log:
fix part to install erp5flakes

Modified:
    experimental/erp5.buildout/profiles/development.cfg

Modified: experimental/erp5.buildout/profiles/development.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/development.cfg?rev=26859&r1=26858&r2=26859&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/development.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/development.cfg [utf8] Wed May  6 19:03:54 2009
@@ -16,14 +16,13 @@
 ;   Products.PTProfiler
 
 [erp5flakes]
-recipe = zc.recipe.egg
-scripts =
-  pyflakes
-eggs =
-  pyflakes
-  setuptools
-entry-points = erp5flakes=pkg_resources:run_script
-arguments = 'erp5flakes', 'erp5flakes'
+recipe = zc.recipe.egg:scripts
+egg = erp5flakes
+initialization =
+  import os
+  os.environ['SOFTWARE_HOME'] = '${zope2:location}/lib/python'
+  os.environ['ERP5Type.patches.ppml.__file__'] = \
+    '${products-erp5:location}/ERP5Type/patches/ppml.py'
 
 [zopepy]
 recipe = zc.recipe.egg




More information about the Erp5-report mailing list