[Checkins] SVN: zope.copypastemove/trunk/ remmove zope.app from deps, needs more work

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 07:32:36 EDT 2007


Log message for revision 73590:
  remmove zope.app from deps, needs more work

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

-=-
Modified: zope.copypastemove/trunk/buildout.cfg
===================================================================
--- zope.copypastemove/trunk/buildout.cfg	2007-03-25 11:25:55 UTC (rev 73589)
+++ zope.copypastemove/trunk/buildout.cfg	2007-03-25 11:32:35 UTC (rev 73590)
@@ -1,9 +1,39 @@
 [buildout]
-develop = .
+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
+eggs = zope.copypastemove [test]
+

Added: zope.copypastemove/trunk/setup.cfg
===================================================================
--- zope.copypastemove/trunk/setup.cfg	2007-03-25 11:25:55 UTC (rev 73589)
+++ zope.copypastemove/trunk/setup.cfg	2007-03-25 11:32:35 UTC (rev 73590)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


Property changes on: zope.copypastemove/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2007-03-25 11:25:55 UTC (rev 73589)
+++ zope.copypastemove/trunk/setup.py	2007-03-25 11:32:35 UTC (rev 73590)
@@ -33,7 +33,7 @@
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
+      extras_require=dict(test=['zope.app.testing']),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.exceptions',
@@ -42,7 +42,7 @@
                         'zope.location',
                         'zope.annotation',
                         'zope.lifecycleevent',
-                        'zope.app'],
+                        ],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list