[Checkins] SVN: zope.copypastemove/trunk/ finished buildout

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 10:19:42 EDT 2007


Log message for revision 73753:
  finished buildout

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

-=-
Modified: zope.copypastemove/trunk/buildout.cfg
===================================================================
--- zope.copypastemove/trunk/buildout.cfg	2007-03-27 14:18:07 UTC (rev 73752)
+++ zope.copypastemove/trunk/buildout.cfg	2007-03-27 14:19:42 UTC (rev 73753)
@@ -1,38 +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.copypastemove [test]

Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2007-03-27 14:18:07 UTC (rev 73752)
+++ zope.copypastemove/trunk/setup.py	2007-03-27 14:19:42 UTC (rev 73753)
@@ -33,7 +33,8 @@
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      extras_require=dict(test=['zope.app.testing']),
+      extras_require=dict(test=['zope.app.testing',
+                                'zope.app.principalannotation']),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.exceptions',



More information about the Checkins mailing list