[Checkins] SVN: zc.buildout/branches/gary-X-wrap-up/ trivial changes for setuptools changes

Gary Poster gary.poster at canonical.com
Fri Dec 4 16:32:19 EST 2009


Log message for revision 106210:
  trivial changes for setuptools changes

Changed:
  U   zc.buildout/branches/gary-X-wrap-up/buildout.cfg
  U   zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/bootstrap.txt
  U   zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/easy_install.txt

-=-
Modified: zc.buildout/branches/gary-X-wrap-up/buildout.cfg
===================================================================
--- zc.buildout/branches/gary-X-wrap-up/buildout.cfg	2009-12-04 15:15:40 UTC (rev 106209)
+++ zc.buildout/branches/gary-X-wrap-up/buildout.cfg	2009-12-04 21:32:18 UTC (rev 106210)
@@ -10,14 +10,14 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = 
+eggs =
   zc.buildout
   zc.recipe.egg
 
 # Tests that can be run wo a network
 [oltest]
 recipe = zc.recipe.testrunner
-eggs = 
+eggs =
   zc.buildout
   zc.recipe.egg
 defaults =

Modified: zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/bootstrap.txt
===================================================================
--- zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/bootstrap.txt	2009-12-04 15:15:40 UTC (rev 106209)
+++ zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/bootstrap.txt	2009-12-04 21:32:18 UTC (rev 106210)
@@ -58,7 +58,6 @@
     ...
     X
     No local packages or download links found for zc.buildout==UNKNOWN...
-    error: Could not find suitable distribution for Requirement.parse('zc.buildout==UNKNOWN')
     ...
 
 Now let's try with `1.1.2`, which happens to exist::

Modified: zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/easy_install.txt
===================================================================
--- zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/easy_install.txt	2009-12-04 15:15:40 UTC (rev 106209)
+++ zc.buildout/branches/gary-X-wrap-up/src/zc/buildout/easy_install.txt	2009-12-04 21:32:18 UTC (rev 106210)
@@ -1072,7 +1072,7 @@
     >>> pprint.pprint(dir_paths) # doctest: +ELLIPSIS
     ['/executable/eggs/other-1.0-py...egg',
      '/executable/eggs/demoneeded-1.1-py...egg',
-     '/executable/eggs/setuptools-0.6c9-py...egg',
+     '/executable/eggs/setuptools-...-py...egg',
      ...]
     >>> zc.buildout.easy_install.clear_index_cache() # clean up
 



More information about the checkins mailing list