[Checkins] SVN: zopetoolkit/branches/ccomb/ implemented the "extra" and "deprecating" notions in the ZTK

Christophe Combelles ccomb at free.fr
Sat May 22 19:15:15 EDT 2010


Log message for revision 112655:
  implemented the "extra" and "deprecating" notions in the ZTK
  

Changed:
  A   zopetoolkit/branches/ccomb/extra.cfg
  U   zopetoolkit/branches/ccomb/versions.cfg
  U   zopetoolkit/branches/ccomb/zopeapp.cfg
  U   zopetoolkit/branches/ccomb/ztk.cfg

-=-
Added: zopetoolkit/branches/ccomb/extra.cfg
===================================================================
--- zopetoolkit/branches/ccomb/extra.cfg	                        (rev 0)
+++ zopetoolkit/branches/ccomb/extra.cfg	2010-05-22 23:15:15 UTC (rev 112655)
@@ -0,0 +1,70 @@
+# Copyright (c) 2010 Zope Foundation and Contributors.
+#
+# This is the specification file for the extra (or community) packages as defined
+# in http://docs.zope.org/zopetoolkit/
+# These packages are not officially supported.
+# This list allows community packages to be tested with the same infrastructure
+# as the ZTK, and to elect some of them to be included in the core.
+
+[buildout]
+parts =
+    test-extra
+    depgraph
+    checkversions
+extensions = mr.developer
+extends =
+    versions.cfg
+versions = versions
+allow-picked-versions = false
+
+[test-extra]
+recipe = z3c.recipe.compattest
+include = ${extra:packages}
+
+[depgraph]
+recipe = z3c.recipe.depgraph
+eggs = ${extra:packages}
+extras = True
+variants = base 
+           scc
+
+[checkversions]
+recipe = zc.recipe.egg
+eggs = z3c.checkversions [buildout]
+
+[extra]
+
+# the list of extra packages
+included =
+    z3c.form
+    z3c.formui
+    lovely.remotetask
+    zc.table
+    zc.queue
+
+# the list of candidates for inclusion in the ZTK core
+candidates =
+    zope.modulealias
+    zope.xmlpickle
+    zope.file
+    zope.html
+    zope.mimetype
+    zope.testbrowser
+
+
+packages = ${extra:included}
+           ${extra:candidates}
+
+
+[sources]
+lovely.remotetask = svn svn+ssh://svn.zope.org/repos/main/lovely.remotetask/trunk
+z3c.form = svn svn+ssh://svn.zope.org/repos/main/z3c.form/trunk
+z3c.formui = svn svn+ssh://svn.zope.org/repos/main/z3c.formui/trunk
+zc.table = svn svn+ssh://svn.zope.org/repos/main/zc.table/trunk
+zc.queue = svn svn+ssh://svn.zope.org/repos/main/zc.queue/trunk
+zope.modulealias = svn svn+ssh://svn.zope.org/repos/main/zope.modulealias/trunk
+zope.xmlpickle = svn svn+ssh://svn.zope.org/repos/main/zope.xmlpickle/trunk
+zope.file = svn svn+ssh://svn.zope.org/repos/main/zope.file/trunk
+zope.html = svn svn+ssh://svn.zope.org/repos/main/zope.html/trunk
+zope.mimetype = svn svn+ssh://svn.zope.org/repos/main/zope.mimetype/trunk
+zope.testbrowser = svn svn+ssh://svn.zope.org/repos/main/zope.testbrowser/branches/3.8

Modified: zopetoolkit/branches/ccomb/versions.cfg
===================================================================
--- zopetoolkit/branches/ccomb/versions.cfg	2010-05-22 22:06:41 UTC (rev 112654)
+++ zopetoolkit/branches/ccomb/versions.cfg	2010-05-22 23:15:15 UTC (rev 112655)
@@ -1,4 +1,5 @@
 [versions]
+Chameleon = 1.2.3
 ClientForm = 0.2.10
 Jinja2 = 2.4.1
 Pygments = 1.3.1
@@ -10,6 +11,7 @@
 docutils = 0.6
 elementtree = 1.2.6-20050316
 infrae.subversion = 1.4.5
+lovely.remotetask = 0.5.2
 lxml = 2.2.4
 mechanize = 0.1.11
 mr.developer = 1.10
@@ -22,15 +24,24 @@
 transaction = 1.0.1
 wsgi-intercept = 0.4
 z3c.checkversions = 0.2
+z3c.coverage = 1.2.0
+z3c.form = 2.3.4
+z3c.formui = 2.2.0
+z3c.macro = 1.2.1
+z3c.pt = 1.2.1
+z3c.ptcompat = 0.5.6
 z3c.recipe.compattest = 0.12.1
 z3c.recipe.depgraph = 0.5
 z3c.recipe.sphinxdoc = 0.0.8
+z3c.template = 1.2.1
 zc.buildout = 1.4.3
 zc.lockfile = 1.0.0
+zc.queue = 1.1
 zc.recipe.egg = 1.2.2
 zc.recipe.testrunner = 1.2.0
 zc.resourcelibrary = 1.3.1
 zc.sourcefactory = 0.6.0
+zc.table = 0.8.0
 zdaemon = 2.0.4
 zodbcode = 3.4.0
 zope.annotation = 3.5.0
@@ -47,6 +58,7 @@
 zope.app.content = 3.4.0
 zope.app.dav = 3.5.3
 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.6.1
@@ -84,6 +96,7 @@
 zope.app.twisted = 3.5.0
 zope.app.undo = 3.5.0
 zope.app.wsgi = 3.9.1
+zope.app.xmlrpcintrospection = 3.5.1
 zope.app.zcmlfiles = 3.7.0
 zope.app.zopeappgenerations = 3.5.0
 zope.app.zptpage = 3.5.1
@@ -161,4 +174,3 @@
 zope.traversing = 3.12.1
 zope.viewlet = 3.7.1
 zope.xmlpickle = 3.4.0
-

Modified: zopetoolkit/branches/ccomb/zopeapp.cfg
===================================================================
--- zopetoolkit/branches/ccomb/zopeapp.cfg	2010-05-22 22:06:41 UTC (rev 112654)
+++ zopetoolkit/branches/ccomb/zopeapp.cfg	2010-05-22 23:15:15 UTC (rev 112655)
@@ -58,7 +58,12 @@
   zope.app.zopeappgenerations
   zope.app.zptpage
 
+# These packages will be removed in the next version
+deprecating =
+
+
 packages = ${zopeapp:included}
+           ${zopeapp:deprecating}
 
 [sources]
 # Development branches of packages of *this* ZTK version.

Modified: zopetoolkit/branches/ccomb/ztk.cfg
===================================================================
--- zopetoolkit/branches/ccomb/ztk.cfg	2010-05-22 22:06:41 UTC (rev 112654)
+++ zopetoolkit/branches/ccomb/ztk.cfg	2010-05-22 23:15:15 UTC (rev 112655)
@@ -1,10 +1,11 @@
-# Copyright (c) 2009 Zope Foundation and Contributors.
+# Copyright (c) 2010 Zope Foundation and Contributors.
 #
 # This is the specification file for the Zope Toolkit.
 
 [ztk]
 version = 1.0dev
 
+# The core ZTK packages
 included =
   zope.annotation
   zope.applicationcontrol
@@ -72,22 +73,13 @@
   zope.traversing
   zope.viewlet
 
-under-review =
-  zope.modulealias
-  zope.xmlpickle
+# These packages will be removed in the next version
+deprecating =
 
-# 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.file
-  zope.html
-  zope.mimetype
-  zope.testbrowser
 
-packages = ${ztk:included} ${ztk:under-review}
+packages = ${ztk:included}
+           ${ztk:deprecating}
 
-
 [sources]
 # Development branches of packages of *this* ZTK version.
 # (currently trunks, but should evolve to maintenance branches)
@@ -119,11 +111,9 @@
 zope.error = svn svn+ssh://svn.zope.org/repos/main/zope.error/trunk
 zope.event = svn svn+ssh://svn.zope.org/repos/main/zope.event/trunk
 zope.exceptions = svn svn+ssh://svn.zope.org/repos/main/zope.exceptions/trunk
-zope.file = svn svn+ssh://svn.zope.org/repos/main/zope.file/trunk
 zope.filerepresentation = svn svn+ssh://svn.zope.org/repos/main/zope.filerepresentation/trunk
 zope.formlib = svn svn+ssh://svn.zope.org/repos/main/zope.formlib/trunk
 zope.hookable = svn svn+ssh://svn.zope.org/repos/main/zope.hookable/trunk
-zope.html = svn svn+ssh://svn.zope.org/repos/main/zope.html/trunk
 zope.i18n = svn svn+ssh://svn.zope.org/repos/main/zope.i18n/trunk
 zope.i18nmessageid = svn svn+ssh://svn.zope.org/repos/main/zope.i18nmessageid/trunk
 zope.index = svn svn+ssh://svn.zope.org/repos/main/zope.index/trunk
@@ -133,9 +123,7 @@
 zope.lifecycleevent = svn svn+ssh://svn.zope.org/repos/main/zope.lifecycleevent/trunk
 zope.location = svn svn+ssh://svn.zope.org/repos/main/zope.location/trunk
 zope.login = svn svn+ssh://svn.zope.org/repos/main/zope.login/trunk
-zope.mimetype = svn svn+ssh://svn.zope.org/repos/main/zope.mimetype/trunk
 zope.minmax = svn svn+ssh://svn.zope.org/repos/main/zope.minmax/trunk
-zope.modulealias = svn svn+ssh://svn.zope.org/repos/main/zope.modulealias/trunk
 zope.pagetemplate = svn svn+ssh://svn.zope.org/repos/main/zope.pagetemplate/trunk
 zope.password = svn svn+ssh://svn.zope.org/repos/main/zope.password/trunk
 zope.pluggableauth = svn svn+ssh://svn.zope.org/repos/main/zope.pluggableauth/trunk
@@ -159,7 +147,5 @@
 zope.tal = svn svn+ssh://svn.zope.org/repos/main/zope.tal/trunk
 zope.tales = svn svn+ssh://svn.zope.org/repos/main/zope.tales/trunk
 zope.testing = svn svn+ssh://svn.zope.org/repos/main/zope.testing/trunk
-zope.testbrowser = svn svn+ssh://svn.zope.org/repos/main/zope.testbrowser/branches/3.8
 zope.traversing = svn svn+ssh://svn.zope.org/repos/main/zope.traversing/trunk
 zope.viewlet = svn svn+ssh://svn.zope.org/repos/main/zope.viewlet/trunk
-zope.xmlpickle = svn svn+ssh://svn.zope.org/repos/main/zope.xmlpickle/trunk



More information about the checkins mailing list