[Checkins] SVN: zopetoolkit/trunk/ztk.cfg Increase the pressure on misbehaving packages. Exclude the remaining packages with zope.app dependencies from the ZTK. We'll include them once their dependencies are cleaned up.

Hanno Schlichting hannosch at hannosch.eu
Sat Dec 26 10:56:45 EST 2009


Log message for revision 107101:
  Increase the pressure on misbehaving packages. Exclude the remaining packages with zope.app dependencies from the ZTK. We'll include them once their dependencies are cleaned up.
  

Changed:
  U   zopetoolkit/trunk/ztk.cfg

-=-
Modified: zopetoolkit/trunk/ztk.cfg
===================================================================
--- zopetoolkit/trunk/ztk.cfg	2009-12-26 15:49:37 UTC (rev 107100)
+++ zopetoolkit/trunk/ztk.cfg	2009-12-26 15:56:45 UTC (rev 107101)
@@ -13,7 +13,6 @@
   zope.browserpage
   zope.browserresource
   zope.cachedescriptors
-  zope.catalog
   zope.component
   zope.componentvocabulary
   zope.configuration
@@ -31,20 +30,15 @@
   zope.error
   zope.event
   zope.exceptions
-  zope.file
   zope.filerepresentation
-  zope.formlib
   zope.hookable
-  zope.html
   zope.i18n
   zope.i18nmessageid
   zope.index
   zope.interface
-  zope.intid
   zope.keyreference
   zope.lifecycleevent
   zope.location
-  zope.mimetype
   zope.minmax
   zope.pagetemplate
   zope.password
@@ -66,15 +60,26 @@
   zope.structuredtext
   zope.tal
   zope.tales
-  zope.testbrowser
   zope.testing
-  zope.traversing
   zope.viewlet
 
 under-review =
   zope.modulealias
   zope.xmlpickle
 
+# These packages have dependencies outside the ZTK itself, most notably
+# on zope.app packages. Once their dependencies are cleaned up, they can
+# become part of the ZTK again.
+unresolved-dependencies =
+  zope.catalog
+  zope.intid
+  zope.file
+  zope.formlib
+  zope.html
+  zope.mimetype
+  zope.testbrowser
+  zope.traversing
+
 packages = ${ztk:included} ${ztk:under-review}
 
 [buildout]
@@ -122,7 +127,6 @@
 zope.location = 3.8.2
 zope.mimetype = 1.1.2
 zope.minmax = 1.1.1
-zope.modulealias = 3.4.0
 zope.pagetemplate = 3.5.0
 zope.password = 3.5.1
 zope.principalannotation = 3.6.0
@@ -148,46 +152,12 @@
 zope.testing = 3.8.3
 zope.traversing = 3.10.0
 zope.viewlet = 3.7.0
-zope.xmlpickle = 3.4.0
 
 # Under review:
-zope.app.applicationcontrol = 3.5.2
-zope.app.appsetup = 3.13.0
-zope.app.authentication = 3.6.1
-zope.app.basicskin = 3.5.0
-zope.app.broken = 3.5.0
-zope.app.component = 3.8.3
-zope.app.container = 3.8.0
-zope.app.content = 3.4.0
-zope.app.debug = 3.4.1
-zope.app.debugskin = 3.4.0
-zope.app.dependable = 3.5.1
-zope.app.error = 3.5.2
-zope.app.exception = 3.5.0
-zope.app.folder = 3.5.1
-zope.app.form = 3.12.1
-zope.app.generations = 3.5.0
-zope.app.http = 3.6.0
-zope.app.i18n = 3.6.2
-zope.app.interface = 3.5.0
-zope.app.locales = 3.5.2
-zope.app.localpermission = 3.7.0
-zope.app.pagetemplate = 3.10.0
-zope.app.principalannotation = 3.6.1
-zope.app.publication = 3.10.0
-zope.app.publisher = 3.10.0
-zope.app.renderer = 3.5.1
-zope.app.rotterdam = 3.5.0
-zope.app.schema = 3.5.0
-zope.app.security = 3.7.4
-zope.app.securitypolicy = 3.5.1
-zope.app.server = 3.5.0
-zope.app.skins = 3.4.0
-zope.app.testing = 3.7.3
-zope.app.wsgi = 3.6.0
-zope.app.zcmlfiles = 3.6.1
-zope.app.zopeappgenerations = 3.5.0
 
+zope.modulealias = 3.4.0
+zope.xmlpickle = 3.4.0
+
 # Dependencies:
 
 ClientForm = 0.2.10



More information about the checkins mailing list