[Checkins] SVN: zope.component/trunk/ changed ignores,
	make deps more explicit and added zope.hookable to test requirements
    Bernd Dorn 
    bernd.dorn at lovelysystems.com
       
    Tue Mar 27 02:13:18 EDT 2007
    
    
  
Log message for revision 73656:
  changed ignores, make deps more explicit and added zope.hookable to test requirements
Changed:
  _U  zope.component/trunk/
  U   zope.component/trunk/buildout.cfg
  U   zope.component/trunk/setup.py
-=-
Property changes on: zope.component/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg
Modified: zope.component/trunk/buildout.cfg
===================================================================
--- zope.component/trunk/buildout.cfg	2007-03-26 22:04:48 UTC (rev 73655)
+++ zope.component/trunk/buildout.cfg	2007-03-27 06:13:16 UTC (rev 73656)
@@ -2,7 +2,7 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
+#find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2007-03-26 22:04:48 UTC (rev 73655)
+++ zope.component/trunk/setup.py	2007-03-27 06:13:16 UTC (rev 73656)
@@ -62,15 +62,15 @@
     zip_safe = False,
     extras_require = dict(
         service = ['zope.exceptions'],
-        zcml = ['zope.configuration', 'zope.security', 'zope.proxy',
+        zcml = ['zope.configuration',
+                'zope.security',
+                'zope.proxy',
                 'zope.i18nmessageid',
-                #'zope.location', # should be depenency of zope.security
                 ],
         test = ['zope.testing',
                 'ZODB3',
-                #'zope.configuration', 'zope.security', 'zope.proxy',
-                #'zope.i18nmessageid',
-                #'zope.location', # should be depenency of zope.security
+                'zope.hookable',
+                'zope.location',
                 ],
         hook = ['zope.hookable'],
         persistentregistry = ['ZODB3'],
    
    
More information about the Checkins
mailing list