[Checkins] SVN: zope.traversing/trunk/ tests pass now, should be ok

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 07:38:39 EDT 2007


Log message for revision 73592:
  tests pass now, should be ok

Changed:
  _U  zope.traversing/trunk/
  U   zope.traversing/trunk/buildout.cfg
  A   zope.traversing/trunk/setup.cfg
  U   zope.traversing/trunk/setup.py

-=-

Property changes on: zope.traversing/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.traversing/trunk/buildout.cfg
===================================================================
--- zope.traversing/trunk/buildout.cfg	2007-03-25 11:35:47 UTC (rev 73591)
+++ zope.traversing/trunk/buildout.cfg	2007-03-25 11:38:38 UTC (rev 73592)
@@ -1,9 +1,37 @@
 [buildout]
-develop = .
+develop = . 
+        ../zope.annotation
+        ../zope.app.broken
+        ../zope.app.component
+        ../zope.app.container
+        ../zope.app.interface
+        ../zope.app.module
+        ../zope.app.publication
+        ../zope.app.publisher
+        ../zope.app.testing
+        ../zope.app.zapi
+        ../zope.dublincore
+        ../zope.filerepresentation
+        ../zope.i18n
+        ../zope.location
+        ../zope.security
+        ../zope.traversing
+        ../zope.app.appsetup
+        ../zope.app.applicationcontrol
+        ../zope.app.http
+        ../zope.app.exception
+        ../zope.app.error
+        ../zope.app.security
+        ../zope.app.authentication
+        ../zope.app.dependable
+        ../zope.app.folder
+        ../zope.app.debug
+        ../zope.modulealias
+
 parts = test
 
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.traversing
+eggs = zope.traversing [test]

Added: zope.traversing/trunk/setup.cfg
===================================================================
--- zope.traversing/trunk/setup.cfg	2007-03-25 11:35:47 UTC (rev 73591)
+++ zope.traversing/trunk/setup.cfg	2007-03-25 11:38:38 UTC (rev 73592)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


Property changes on: zope.traversing/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2007-03-25 11:35:47 UTC (rev 73591)
+++ zope.traversing/trunk/setup.py	2007-03-25 11:38:38 UTC (rev 73592)
@@ -33,10 +33,9 @@
 	  package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing',
-                       'zope.annotation',
-                       'zope.location',
-                       ],
+      extras_require = dict(test=['zope.testing',
+                                  'zope.annotation',
+                                  ]),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.proxy',



More information about the Checkins mailing list