[Checkins] SVN: RestrictedPython/trunk/buildout.cfg Give us an egg-enbaled interpreter at bin/python to play with the package.

Philipp von Weitershausen philikon at philikon.de
Sat Jul 28 05:48:02 EDT 2007


Log message for revision 78415:
  Give us an egg-enbaled interpreter at bin/python to play with the package.
  

Changed:
  U   RestrictedPython/trunk/buildout.cfg

-=-
Modified: RestrictedPython/trunk/buildout.cfg
===================================================================
--- RestrictedPython/trunk/buildout.cfg	2007-07-28 03:14:42 UTC (rev 78414)
+++ RestrictedPython/trunk/buildout.cfg	2007-07-28 09:48:00 UTC (rev 78415)
@@ -1,8 +1,11 @@
 [buildout]
 develop = .
-parts = test
+parts = interpreter test
 
-find-links = http://download.zope.org/distribution/
+[interpreter]
+recipe = zc.recipe.egg
+interpreter = python
+eggs = RestrictedPython
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list