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

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 10:34:20 EDT 2007


Log message for revision 73761:
  finished buildout

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

-=-
Modified: zope.app.security/trunk/buildout.cfg
===================================================================
--- zope.app.security/trunk/buildout.cfg	2007-03-27 14:33:08 UTC (rev 73760)
+++ zope.app.security/trunk/buildout.cfg	2007-03-27 14:34:19 UTC (rev 73761)
@@ -1,33 +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.dependable
-        ../zope.app.error
-        ../zope.app.authentication
-        
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.security [test]

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2007-03-27 14:33:08 UTC (rev 73760)
+++ zope.app.security/trunk/setup.py	2007-03-27 14:34:19 UTC (rev 73761)
@@ -31,16 +31,25 @@
       extras_require=dict(test=['zope.app.testing']),
       namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
+                        'zope.app.authentication',
+                        'zope.app.component',
+                        'zope.app.container',
+                        'zope.app.form',
+                        'zope.app.i18n',
+                        'zope.app.pagetemplate',
+                        'zope.app.publisher',
+                        'zope.component',
+                        'zope.configuration',
+                        'zope.deferredimport',
+                        'zope.deprecation',
+                        'zope.i18n',
+                        'zope.i18nmessageid',
                         'zope.interface',
-                        'zope.component',
+                        'zope.location',
+                        'zope.publisher',
                         'zope.schema',
                         'zope.security',
-                        'zope.publisher',
-                        'zope.location',
-                        'zope.app.component',
-                        'zope.app.container',
-                        'zope.app.authentication',
-                        #'zope.app.folder', # todo proj
+                        'ZODB3',
                         ],
       include_package_data = True,
 



More information about the Checkins mailing list