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

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 10:17:04 EDT 2007


Log message for revision 73751:
  finished buildout

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

-=-
Modified: zope.hookable/trunk/buildout.cfg
===================================================================
--- zope.hookable/trunk/buildout.cfg	2007-03-27 14:16:09 UTC (rev 73750)
+++ zope.hookable/trunk/buildout.cfg	2007-03-27 14:17:03 UTC (rev 73751)
@@ -2,8 +2,6 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.hookable

Modified: zope.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2007-03-27 14:16:09 UTC (rev 73750)
+++ zope.hookable/trunk/setup.py	2007-03-27 14:17:03 UTC (rev 73751)
@@ -36,9 +36,8 @@
                                            "_zope_hookable.c")
                               ]),
                    ],
-
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
+      extras_require=dict(test=['zope.testing']),
       install_requires=['setuptools'],
       include_package_data = True,
 



More information about the Checkins mailing list