[Checkins] SVN: zopetoolkit/trunk/ remove the zopeapp files - if any of them end up in the final release, they can live inside the "deprecated" section of the ztk-* files

Hano Schlichting cvs-admin at zope.org
Tue Feb 26 22:09:49 UTC 2013


Log message for revision 129871:
  remove the zopeapp files - if any of them end up in the final release, they can live inside the "deprecated" section of the ztk-* files
  

Changed:
  U   zopetoolkit/trunk/README.txt
  U   zopetoolkit/trunk/buildout.cfg
  D   zopetoolkit/trunk/zopeapp-sources.cfg
  D   zopetoolkit/trunk/zopeapp-versions.cfg
  D   zopetoolkit/trunk/zopeapp.cfg

-=-
Modified: zopetoolkit/trunk/README.txt
===================================================================
--- zopetoolkit/trunk/README.txt	2013-02-26 22:09:10 UTC (rev 129870)
+++ zopetoolkit/trunk/README.txt	2013-02-26 22:09:49 UTC (rev 129871)
@@ -19,15 +19,3 @@
 resulting SVN graphs will be in ``parts/depgraph``.
 
 For details about the ZTK, please see http://docs.zope.org/zopetoolkit.
-
-Transition support
-------------------
-
-For a limited period of time, we maintain a second set of versions in the
-``zopeapp.cfg`` set. This transition support should help existing applications
-to move to the Zope Toolkit. You can extend from the ``zopeapp-versions.cfg``
-via the buildout extends mechanism.
-
-To test the Zope App set, run ``bin/test-zopeapp``.
-
-For more details read the ZTK 1.0 release notes.

Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2013-02-26 22:09:10 UTC (rev 129870)
+++ zopetoolkit/trunk/buildout.cfg	2013-02-26 22:09:49 UTC (rev 129871)
@@ -1,11 +1,9 @@
 [buildout]
 extends =
     ztk.cfg
-    zopeapp.cfg
 
 parts =
     test-ztk
-    test-zopeapp
     depgraph
     checkversions
 
@@ -17,25 +15,15 @@
 auto-checkout =
     z3c.recipe.compattest
 
-[versions]
-# needed by mr.developer with python 2.4:
-elementtree = 1.2.6-20050316
-
 [test-ztk]
 # individual test runners for the ztk
 recipe = z3c.recipe.compattest
 include = ${ztk:packages}
 
-[test-zopeapp]
-# individual test runners for zopeapp
-recipe = z3c.recipe.compattest
-include = ${zopeapp:packages}
-
 [depgraph]
 # script to check dependencies
 recipe = z3c.recipe.depgraph
 eggs = ${ztk:packages}
-       ${zopeapp:packages}
 extras = True
 variants = base
            scc

Deleted: zopetoolkit/trunk/zopeapp-sources.cfg
===================================================================
--- zopetoolkit/trunk/zopeapp-sources.cfg	2013-02-26 22:09:10 UTC (rev 129870)
+++ zopetoolkit/trunk/zopeapp-sources.cfg	2013-02-26 22:09:49 UTC (rev 129871)
@@ -1,10 +0,0 @@
-[buildout]
-svn-zope-org = ^
-github = git://github.com/zopefoundation
-
-[sources]
-# Development branches of packages of *this* ZTK version.
-# Will evolve to maintenance branches whenever needed.
-# This set of branches is tested by some buildbots!
-
-# Deprecated

Deleted: zopetoolkit/trunk/zopeapp-versions.cfg
===================================================================
--- zopetoolkit/trunk/zopeapp-versions.cfg	2013-02-26 22:09:10 UTC (rev 129870)
+++ zopetoolkit/trunk/zopeapp-versions.cfg	2013-02-26 22:09:49 UTC (rev 129871)
@@ -1,2 +0,0 @@
-[versions]
-# Deprecated

Deleted: zopetoolkit/trunk/zopeapp.cfg
===================================================================
--- zopetoolkit/trunk/zopeapp.cfg	2013-02-26 22:09:10 UTC (rev 129870)
+++ zopetoolkit/trunk/zopeapp.cfg	2013-02-26 22:09:49 UTC (rev 129871)
@@ -1,20 +0,0 @@
-# Copyright (c) 2010 Zope Foundation and Contributors.
-#
-# This is the specification file for the transitional zope.app.* packages
-
-[zopeapp]
-included =
-
-# These packages will be removed in the next version
-deprecating =
-
-packages =
-  ${zopeapp:included}
-  ${zopeapp:deprecating}
-
-
-[buildout]
-extends =
-  zopeapp-sources.cfg
-  zopeapp-versions.cfg
-versions = versions



More information about the checkins mailing list