[Checkins] SVN: zope.security/trunk/ finer dependencies

Bernd Dorn bernd.dorn at lovelysystems.com
Mon Mar 26 09:43:10 EDT 2007


Log message for revision 73628:
  finer dependencies

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

-=-
Modified: zope.security/trunk/buildout.cfg
===================================================================
--- zope.security/trunk/buildout.cfg	2007-03-26 13:36:46 UTC (rev 73627)
+++ zope.security/trunk/buildout.cfg	2007-03-26 13:43:09 UTC (rev 73628)
@@ -1,36 +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.security [untrustedpython]

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-03-26 13:36:46 UTC (rev 73627)
+++ zope.security/trunk/setup.py	2007-03-26 13:43:09 UTC (rev 73628)
@@ -42,22 +42,20 @@
                                            "_zope_security_checker.c")
                               ]),
                    ],
-
       namespace_packages=['zope',],
       install_requires=['setuptools',
                         'pytz',
+                        'zope.component',
+                        'zope.configuration',
                         'zope.exceptions',
+                        'zope.i18nmessageid',
                         'zope.interface',
+                        'zope.location',
                         'zope.proxy',
                         'zope.schema',
                         'zope.thread',
-                        'zope.location',
-                        'zope.i18nmessageid',
-                        'zope.component',
-                        'zope.configuration'
-                       ],
-      extras_require = {'untrustedpython': ["RestrictedPython"]},
+                        ],
       include_package_data = True,
-
+      extras_require = {'untrustedpython': ["RestrictedPython"]},
       zip_safe = False,
       )



More information about the Checkins mailing list