[Checkins] SVN: Acquisition/trunk/buildout.cfg Give us an interpreter so that we can play with the package.

Philipp von Weitershausen philikon at philikon.de
Fri Jul 27 14:02:26 EDT 2007


Log message for revision 78382:
  Give us an interpreter so that we can play with the package.
  

Changed:
  U   Acquisition/trunk/buildout.cfg

-=-
Modified: Acquisition/trunk/buildout.cfg
===================================================================
--- Acquisition/trunk/buildout.cfg	2007-07-27 16:45:21 UTC (rev 78381)
+++ Acquisition/trunk/buildout.cfg	2007-07-27 18:02:25 UTC (rev 78382)
@@ -1,8 +1,13 @@
 [buildout]
 develop = .
-parts = test
+parts = interpreter test
 find-links = http://download.zope.org/distribution/
 
+[interpreter]
+recipe = zc.recipe.egg
+interpreter = python
+eggs = Acquisition
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = Acquisition



More information about the Checkins mailing list