[Checkins] SVN: zopetoolkit/trunk/ztk-versions.cfg Identified unported packages and

Stephen Richter cvs-admin at zope.org
Thu Feb 28 15:07:14 UTC 2013


Log message for revision 129929:
  Identified unported packages and
  added a bunch of comments.

Changed:
  U   zopetoolkit/trunk/ztk-versions.cfg

-=-
Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-02-28 15:03:29 UTC (rev 129928)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-02-28 15:07:14 UTC (rev 129929)
@@ -18,7 +18,7 @@
 zope.copy = 4.0.2
 zope.copypastemove = 4.0.0a1
 zope.datetime = 4.0.0
-zope.deferredimport = 3.5.3
+zope.deferredimport = 4.0.0
 zope.deprecation = 4.0.2
 zope.dottedname = 4.0.0
 zope.dublincore = 4.0.0
@@ -37,7 +37,7 @@
 zope.lifecycleevent = 4.0.1
 zope.location = 4.0.1
 zope.login = 2.0.0a1
-zope.mimetype = 1.3.1
+zope.mimetype = 2.0.0a1
 zope.minmax = 2.0.0
 zope.pagetemplate = 4.0.2
 zope.password = 4.0.0
@@ -62,60 +62,79 @@
 zope.testing = 4.1.2
 zope.testrunner = 4.2.0
 zope.traversing = 4.0.0a2
-zope.untrustedpython = 4.0.0
 zope.viewlet = 4.0.0a1
 
 # Deprecating
+# zope.broken was only needed for ZODB3.
 zope.broken = 3.6.0
+# zope.server has been forked and ported to Py3 under the name "waitress".
 zope.server = 3.8.6
+# RestrictedPython and thus zope.untrustedpython are hard to port to Py3.
+zope.untrustedpython = 4.0.0
+# No package should depend on ZODB3 anymore.
+ZODB3 = 3.11.0a2
+# mechanize should only be needed for testbrowser.
+mechanize = 0.2.5
 
 # Dependencies
 BTrees = 4.0.5
+Jinja2 = 2.6
+PasteDeploy = 1.5.0
+Pygments = 1.6
+Sphinx = 1.1.3
+WebOb = 1.2.3
+WebTest = 2.0
+ZConfig = 3.0.2
+ZEO = 4.0.0a1
 coverage = 3.6
 distribute = 0.6.35
 docutils = 0.10
 extras = 0.0.3
-Jinja2 = 2.6
-mechanize = 0.2.5
 nose = 1.2.1
 ordereddict = 1.1
-Paste = 1.7.5.1
-PasteDeploy = 1.5.0
-PasteScript = 1.7.5
 persistent = 4.0.6
 py = 1.4.12
-Pygments = 1.6
 python-gettext = 2.1
-python-subunit = 0.0.7
+python-subunit = 0.0.10
 pytz = 2012j
-RestrictedPython = 3.6.0
 setuptools = 0.6c11
 six = 1.2.0
-Sphinx = 1.1.3
 testtools = 0.9.29
 transaction = 1.4.1
-unittest2 = 0.5.1
-WebOb = 1.2.3
-WebTest = 2.0
 z3c.recipe.sphinxdoc = 1.0.0
 zc.buildout = 2.0.1
 zc.lockfile = 1.1.0
-ZConfig = 3.0.2
 zc.recipe.egg = 2.0.0a3
 zc.recipe.testrunner = 2.0.0
+zdaemon = 4.0.0a1
+
+# Missing Py 3 port:
+# XXX: Where do we need that?
+Paste = 1.7.5.1
+# PasteScript should not be needed anymore, since zope.paste supports serving
+# directly now.
+PasteScript = 1.7.5
+RestrictedPython = 3.6.0
+# XXX: Where is this needed?
+unittest2 = 0.5.1
+# Should just be ported.
 zc.resourcelibrary = 1.3.4
-zdaemon = 4.0.0a1
-ZEO = 4.0.0a1
+zope.mkzeoinstance = 3.9.5
+# Needs merge of py3 branch.
 ZODB = 4.0.0a4
-ZODB3 = 3.11.0a2
-zope.mkzeoinstance = 3.9.5
 
+
 # toolchain
 argparse = 1.2.1
 lxml = 2.3
 mr.developer = 1.24
 repoze.sphinx.autointerface = 0.7.1
+# Missing py3 port
 z3c.checkversions = 0.4.1
+# Missing py3 port
 z3c.recipe.compattest = 0.13.1
+# Should not be needed anymore:
 z3c.recipe.scripts = 1.0.1
+# Missing py3 port
 zope.kgs = 1.2.0
+



More information about the checkins mailing list