[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue_ui/trunk/ depends on z3c.taskqueue

Godefroid Chapelle gotcha at bubblenet.be
Mon Oct 11 07:47:06 EDT 2010


Log message for revision 117444:
  depends on z3c.taskqueue

Changed:
  U   Sandbox/gotcha/z3c.taskqueue_ui/trunk/buildout.cfg
  U   Sandbox/gotcha/z3c.taskqueue_ui/trunk/setup.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue_ui/trunk/buildout.cfg
===================================================================
--- Sandbox/gotcha/z3c.taskqueue_ui/trunk/buildout.cfg	2010-10-11 11:43:02 UTC (rev 117443)
+++ Sandbox/gotcha/z3c.taskqueue_ui/trunk/buildout.cfg	2010-10-11 11:47:05 UTC (rev 117444)
@@ -1,13 +1,16 @@
 [buildout]
+extensions = mr.developer
 develop = .
 parts = py test test-coverage z3c.coverage omelette
 prefer-final = true
 
+[sources]
+z3c.taskqueue = svn svn+ssh://gotcha@svn.zope.org/repos/main/Sandbox/gotcha/z3c.taskqueue/trunk
+
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
 eggs = z3c.taskqueue_ui
-       z3c.taskqueue_ui [test]
 
 [py]
 recipe = zc.recipe.egg

Modified: Sandbox/gotcha/z3c.taskqueue_ui/trunk/setup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue_ui/trunk/setup.py	2010-10-11 11:43:02 UTC (rev 117443)
+++ Sandbox/gotcha/z3c.taskqueue_ui/trunk/setup.py	2010-10-11 11:47:05 UTC (rev 117444)
@@ -23,6 +23,7 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
+          'z3c.taskqueue',
           'z3c.table',
       ],
       entry_points="""



More information about the checkins mailing list