[Checkins] SVN: zope.app.broken/trunk/ buildout tests pass local

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 08:21:22 EDT 2007


Log message for revision 73606:
  buildout tests pass local

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

-=-
Modified: zope.app.broken/trunk/buildout.cfg
===================================================================
--- zope.app.broken/trunk/buildout.cfg	2007-03-25 12:18:08 UTC (rev 73605)
+++ zope.app.broken/trunk/buildout.cfg	2007-03-25 12:21:21 UTC (rev 73606)
@@ -1,5 +1,30 @@
 [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.dependable
+        ../zope.app.error
+        ../zope.app.authentication
+        ../zope.app.security
+        ../zope.app.exception
+
 parts = test
 
 find-links = http://download.zope.org/distribution/

Modified: zope.app.broken/trunk/setup.py
===================================================================
--- zope.app.broken/trunk/setup.py	2007-03-25 12:18:08 UTC (rev 73605)
+++ zope.app.broken/trunk/setup.py	2007-03-25 12:21:21 UTC (rev 73606)
@@ -24,18 +24,19 @@
       version='3.4dev',
       url='http://svn.zope.org/zope.app.broken',
       license='ZPL 2.1',
-      description='Zope3 Security Architecture',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='The Security framework provides a generic mechanism '
-                       'to implement security policies on Python objects.',
-      
 	  packages=find_packages('src'),
 	  package_dir = {'': 'src'},
 
-      namespace_packages=['zope',],
+      namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
-                       ],
+                        'zope.interface',
+                        'zope.location',
+                        'zope.security',
+                        'zope.annotation',
+                        'zope.app.appsetup',
+                        'ZODB3'],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list