[Checkins] SVN: zope.traversing/trunk/ finished buildout incl deps

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 09:58:06 EDT 2007


Log message for revision 73742:
  finished buildout incl deps

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

-=-
Modified: zope.traversing/trunk/buildout.cfg
===================================================================
--- zope.traversing/trunk/buildout.cfg	2007-03-27 13:53:59 UTC (rev 73741)
+++ zope.traversing/trunk/buildout.cfg	2007-03-27 13:58:06 UTC (rev 73742)
@@ -1,37 +1,7 @@
 [buildout]
 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 [test]

Modified: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2007-03-27 13:53:59 UTC (rev 73741)
+++ zope.traversing/trunk/setup.py	2007-03-27 13:58:06 UTC (rev 73742)
@@ -33,15 +33,17 @@
 	  package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      extras_require = dict(test=['zope.testing',
-                                  'zope.annotation',
-                                  ]),
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.app.securitypolicy',
+                                  'zope.app.zcmlfiles',
+                                  'zope.app.zptpage']),
       install_requires=['setuptools',
-                        'zope.interface',
-                        'zope.proxy',
+                        'zope.app.applicationcontrol',
                         'zope.component',
                         'zope.i18n',
                         'zope.i18nmessageid',
+                        'zope.interface',
+                        'zope.proxy',
                         'zope.publisher',
                         'zope.security',
                         ],



More information about the Checkins mailing list