[Checkins] SVN: zope.app.securitypolicy/trunk/ dependencies defined, buildout should be finished

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 03:03:50 EDT 2007


Log message for revision 73664:
  dependencies defined, buildout should be finished

Changed:
  _U  zope.app.securitypolicy/trunk/
  U   zope.app.securitypolicy/trunk/buildout.cfg
  U   zope.app.securitypolicy/trunk/setup.py
  _U  zope.app.securitypolicy/trunk/src/zope/app/

-=-

Property changes on: zope.app.securitypolicy/trunk
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.app.securitypolicy/trunk/buildout.cfg
===================================================================
--- zope.app.securitypolicy/trunk/buildout.cfg	2007-03-27 06:58:36 UTC (rev 73663)
+++ zope.app.securitypolicy/trunk/buildout.cfg	2007-03-27 07:03:49 UTC (rev 73664)
@@ -1,7 +1,6 @@
 [buildout]
 develop = . 
 parts = test
-find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.app.securitypolicy/trunk/setup.py
===================================================================
--- zope.app.securitypolicy/trunk/setup.py	2007-03-27 06:58:36 UTC (rev 73663)
+++ zope.app.securitypolicy/trunk/setup.py	2007-03-27 07:03:49 UTC (rev 73664)
@@ -32,6 +32,19 @@
       namespace_packages=['zope', 'zope.app'],
       extras_require = dict(test=['zope.app.testing']),
       install_requires=['setuptools',
+                        'zope.annotation',
+                        'zope.app.form',
+                        'zope.app.security',
+                        'zope.component [hook]',
+                        'zope.configuration',
+                        'zope.exceptions',
+                        'zope.i18n',
+                        'zope.i18nmessageid',
+                        'zope.interface',
+                        'zope.location',
+                        'zope.schema',
+                        'zope.security',
+                        'zope.security',
                         ],
       include_package_data = True,
       zip_safe = False,


Property changes on: zope.app.securitypolicy/trunk/src/zope/app
___________________________________________________________________
Name: svn:externals
   + securitypolicy svn+ssh://svn.zope.org/repos/main/Zope3/trunk/src/zope/app/securitypolicy




More information about the Checkins mailing list