[Checkins] SVN: zope.app.publication/trunk/ finished buildout

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 11:20:22 EDT 2007


Log message for revision 73778:
  finished buildout

Changed:
  U   zope.app.publication/trunk/buildout.cfg
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/buildout.cfg
===================================================================
--- zope.app.publication/trunk/buildout.cfg	2007-03-27 15:18:34 UTC (rev 73777)
+++ zope.app.publication/trunk/buildout.cfg	2007-03-27 15:20:22 UTC (rev 73778)
@@ -1,34 +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
-        
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.publication [test]

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2007-03-27 15:18:34 UTC (rev 73777)
+++ zope.app.publication/trunk/setup.py	2007-03-27 15:20:22 UTC (rev 73778)
@@ -30,7 +30,12 @@
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope', 'zope.app'],
-      extras_require = dict(test=['zope.app.testing']),
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.app.securitypolicy',
+                                  'zope.app.zcmlfiles',
+                                  'zope.app.dav',
+                                  'zope.app.zptpage',
+                                  ]),
       install_requires=['zope.interface',
                         'ZODB3',
                         'zope.component',



More information about the Checkins mailing list