[Checkins] SVN: zope.app.publication/trunk/ more deps, not ready

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 05:53:23 EDT 2007


Log message for revision 73572:
  more deps, not ready

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-25 09:46:50 UTC (rev 73571)
+++ zope.app.publication/trunk/buildout.cfg	2007-03-25 09:53:23 UTC (rev 73572)
@@ -1,10 +1,35 @@
 [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
+        
 parts = test
 
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.app.publication
+eggs = zope.app.publication [test]
 

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2007-03-25 09:46:50 UTC (rev 73571)
+++ zope.app.publication/trunk/setup.py	2007-03-25 09:53:23 UTC (rev 73572)
@@ -30,11 +30,17 @@
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope', 'zope.app'],
-      #tests_require = ['zope.app.testing'],
+      extras_require = dict(test=['zope.app.testing']),
       install_requires=['zope.interface',
                         'ZODB3',
                         'zope.component',
-                        'zope.i18n'],
+                        'zope.i18n',
+                        'zope.app.http',
+                        'zope.app.applicationcontrol',
+                        'zope.app.error',
+                        'zope.app.exception',
+                        'zope.app.security'
+                        ],
       include_package_data = True,
       zip_safe = False,
       )



More information about the Checkins mailing list