buildout.cfg
changeset 2587 ec7818110fd2
child 2613 169d69967431
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildout.cfg	Tue Jul 07 20:17:23 2009 -0500
@@ -0,0 +1,44 @@
+[buildout]
+parts =
+    python
+    omelette
+develop =
+    .
+    thirdparty/google_appengine/lib/django
+    thirdparty/google_appengine/lib/yaml
+    thirdparty/google_appengine/lib/webob
+# commented out because antlr3 doesn't succeed at setup.py
+#    thirdparty/google_appengine/lib/antlr3
+# commented out because doing so causes changes to the included version
+#    thirdparty/coverage
+eggs =
+    melange
+    PyYAML
+    WebOb
+    gaeftest
+    zope.testbrowser
+    Paver
+    pylint
+# ditto above per-package
+#    antlr_python_runtime
+#    coverage
+
+[python]
+recipe = zc.recipe.egg
+interpreter = python
+eggs =
+    ${buildout:eggs}
+extra-paths =
+    ${buildout:directory}/app
+    ${buildout:directory}/thirdparty
+    ${buildout:directory}/thirdparty/google_appengine
+    ${buildout:directory}/thirdparty/google_appengine/lib
+    ${buildout:directory}/thirdparty/google_appengine/google
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs =
+    ${python:eggs}
+packages =
+    ${buildout:directory}/app ./app
+    ${buildout:directory}/thirdparty/google_appengine/google ./google