[Checkins] SVN: grok/branches/philikon-eggs2/s Make grok depend on Zope 3 eggs and load their configuration.

Philipp von Weitershausen philikon at philikon.de
Thu Jul 12 05:30:10 EDT 2007


Log message for revision 77718:
  Make grok depend on Zope 3 eggs and load their configuration.
  

Changed:
  U   grok/branches/philikon-eggs2/setup.py
  U   grok/branches/philikon-eggs2/src/grok/configure.zcml

-=-
Modified: grok/branches/philikon-eggs2/setup.py
===================================================================
--- grok/branches/philikon-eggs2/setup.py	2007-07-12 09:03:26 UTC (rev 77717)
+++ grok/branches/philikon-eggs2/setup.py	2007-07-12 09:30:09 UTC (rev 77718)
@@ -18,5 +18,35 @@
     install_requires=['setuptools',
                       'martian',
                       'simplejson',
-                      'zc.catalog == 1.1.1'],
+                      'pytz',
+                      'ZODB3',
+                      'zope.annotation',
+                      'zope.app.catalog',
+                      'zope.app.component',
+                      'zope.app.container',
+                      'zope.app.folder',
+                      'zope.app.intid',
+                      'zope.app.pagetemplate',
+                      'zope.app.publication',
+                      'zope.app.publisher',
+                      'zope.app.testing',
+                      'zope.component',
+                      'zope.configuration',
+                      'zope.dottedname',
+                      'zope.event',
+                      'zope.formlib',
+                      'zope.interface',
+                      'zope.lifecycleevent',
+                      'zope.pagetemplate',
+                      'zope.publisher',
+                      'zope.schema',
+                      'zope.security',
+                      'zope.testing',
+                      'zope.traversing',
+                      'zope.testbrowser',
+                      'zope.app.twisted',
+                      'zope.app.securitypolicy',
+                      'zope.app.zcmlfiles',
+                      'zc.catalog',
+                      ],
 )

Modified: grok/branches/philikon-eggs2/src/grok/configure.zcml
===================================================================
--- grok/branches/philikon-eggs2/src/grok/configure.zcml	2007-07-12 09:03:26 UTC (rev 77717)
+++ grok/branches/philikon-eggs2/src/grok/configure.zcml	2007-07-12 09:30:09 UTC (rev 77718)
@@ -2,6 +2,27 @@
     xmlns="http://namespaces.zope.org/zope"
     xmlns:grok="http://namespaces.zope.org/grok">
 
+  <include package="zope.security" file="meta.zcml" />
+  <include package="zope.i18n" file="meta.zcml" />
+  <include package="zope.app.securitypolicy" file="meta.zcml" />
+  <include package="zope.app.zcmlfiles" file="meta.zcml" />
+  <include package="grok" file="meta.zcml" />
+
+  <include package="zope.annotation" />
+  <include package="zope.copypastemove" />
+  <include package="zope.formlib" />
+  <include package="zope.i18n.locales" />
+  <include package="zope.publisher" />
+  <include package="zope.size" />
+  <include package="zope.traversing" />
+  <include package="zope.traversing.browser" />
+  <include package="zope.app.zcmlfiles" />
+  <include package="zope.app.securitypolicy" />
+  <include package="zope.app.authentication" />
+  <include package="zope.app.intid" />
+  <include package="zope.app.keyreference" />
+  <include package="zope.app.catalog" />
+
   <!-- we register special IAbsoluteURL views on grok views so that
        can have them inspect __view_name__ instead of __name__.  
        __name__ is already used as the class name, and overriding it



More information about the Checkins mailing list