[Checkins] SVN: zope.annotation/trunk/ tests work now

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 07:35:47 EDT 2007


Log message for revision 73591:
  tests work now

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

-=-

Property changes on: zope.annotation/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.annotation/trunk/buildout.cfg
===================================================================
--- zope.annotation/trunk/buildout.cfg	2007-03-25 11:32:35 UTC (rev 73590)
+++ zope.annotation/trunk/buildout.cfg	2007-03-25 11:35:47 UTC (rev 73591)
@@ -1,5 +1,32 @@
 [buildout]
-develop = .
+develop = . 
+        ../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/

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


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

Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2007-03-25 11:32:35 UTC (rev 73590)
+++ zope.annotation/trunk/setup.py	2007-03-25 11:35:47 UTC (rev 73591)
@@ -31,14 +31,12 @@
                        "data under package-unique keys.",
       packages=find_packages('src'),
       package_dir = {'': 'src'},
-
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.component',
-                        'zope.app'], # should be zope.app.container, when an egg of that is available.
+                        'zope.app.container',
+                        ], 
       include_package_data = True,
-
       zip_safe = False,
       )



More information about the Checkins mailing list