[Checkins] SVN: zope.tales/trunk/ buildout finished
    Bernd Dorn 
    bernd.dorn at lovelysystems.com
       
    Tue Mar 27 10:08:31 EDT 2007
    
    
  
Log message for revision 73744:
  buildout finished
Changed:
  U   zope.tales/trunk/buildout.cfg
  A   zope.tales/trunk/setup.cfg
  U   zope.tales/trunk/setup.py
-=-
Modified: zope.tales/trunk/buildout.cfg
===================================================================
--- zope.tales/trunk/buildout.cfg	2007-03-27 14:05:01 UTC (rev 73743)
+++ zope.tales/trunk/buildout.cfg	2007-03-27 14:08:31 UTC (rev 73744)
@@ -2,8 +2,6 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.tales
Added: zope.tales/trunk/setup.cfg
===================================================================
--- zope.tales/trunk/setup.cfg	2007-03-27 14:05:01 UTC (rev 73743)
+++ zope.tales/trunk/setup.cfg	2007-03-27 14:08:31 UTC (rev 73744)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file
Property changes on: zope.tales/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native
Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2007-03-27 14:05:01 UTC (rev 73743)
+++ zope.tales/trunk/setup.py	2007-03-27 14:08:31 UTC (rev 73744)
@@ -34,7 +34,6 @@
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.tal'],
    
    
More information about the Checkins
mailing list