[Checkins] SVN: z3c.caching/trunk/ Declare ZCML support to be an extra

Matthew Wilkes matthew at matthewwilkes.co.uk
Mon Dec 28 14:23:34 EST 2009


Log message for revision 107226:
  Declare ZCML support to be an extra

Changed:
  U   z3c.caching/trunk/buildout.cfg
  U   z3c.caching/trunk/setup.py

-=-
Modified: z3c.caching/trunk/buildout.cfg
===================================================================
--- z3c.caching/trunk/buildout.cfg	2009-12-28 19:23:19 UTC (rev 107225)
+++ z3c.caching/trunk/buildout.cfg	2009-12-28 19:23:33 UTC (rev 107226)
@@ -4,5 +4,5 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.caching
+eggs = z3c.caching[zcml]
 defaults = ['--exit-with-status', '--auto-progress', '--auto-color']

Modified: z3c.caching/trunk/setup.py
===================================================================
--- z3c.caching/trunk/setup.py	2009-12-28 19:23:19 UTC (rev 107225)
+++ z3c.caching/trunk/setup.py	2009-12-28 19:23:33 UTC (rev 107226)
@@ -30,6 +30,9 @@
           "zope.interface",
           "zope.component",
           ],
+      extras_require        = {
+                                "zcml": ("zope.configuration", )
+                              },
       tests_require         = "nose >=0.10.0b1",
       test_suite            = "nose.collector",
       )



More information about the checkins mailing list