[Checkins] SVN: zopetoolkit/trunk/ remove depgraph for now - as it isn't py3 compatible

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


Log message for revision 129875:
  remove depgraph for now - as it isn't py3 compatible
  

Changed:
  U   zopetoolkit/trunk/README.txt
  U   zopetoolkit/trunk/buildout.cfg
  U   zopetoolkit/trunk/ztk-versions.cfg

-=-
Modified: zopetoolkit/trunk/README.txt
===================================================================
--- zopetoolkit/trunk/README.txt	2013-02-26 22:21:15 UTC (rev 129874)
+++ zopetoolkit/trunk/README.txt	2013-02-26 22:27:15 UTC (rev 129875)
@@ -15,7 +15,4 @@
 
 To test the ZTK, run ``bin/test-ztk``.
 
-To generate dependency graphs for the ZTK, run ``bin/depgraph``. The
-resulting SVN graphs will be in ``parts/depgraph``.
-
 For details about the ZTK, please see http://docs.zope.org/zopetoolkit.

Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2013-02-26 22:21:15 UTC (rev 129874)
+++ zopetoolkit/trunk/buildout.cfg	2013-02-26 22:27:15 UTC (rev 129875)
@@ -4,7 +4,6 @@
 
 parts =
     test-ztk
-    depgraph
     checkversions
 
 extensions = mr.developer
@@ -20,14 +19,6 @@
 recipe = z3c.recipe.compattest
 include = ${ztk:packages}
 
-[depgraph]
-# script to check dependencies
-recipe = z3c.recipe.depgraph
-eggs = ${ztk:packages}
-extras = True
-variants = base
-           scc
-
 [checkversions]
 # script to find newer versions
 recipe = zc.recipe.egg

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-02-26 22:21:15 UTC (rev 129874)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-02-26 22:27:15 UTC (rev 129875)
@@ -116,9 +116,7 @@
 lxml = 2.3
 mr.developer = 1.24
 repoze.sphinx.autointerface = 0.7.1
-tl.eggdeps = 0.4
 z3c.checkversions = 0.4.1
 z3c.recipe.compattest = 0.13.1
-z3c.recipe.depgraph = 0.5
 z3c.recipe.scripts = 1.0.1
 zope.kgs = 1.2.0



More information about the checkins mailing list