[Checkins] SVN: zc.table/trunk/ - removed the zope3 checkout from the buildout

Christian Zagrodnick cz at gocept.com
Mon May 7 03:43:24 EDT 2007


Log message for revision 75605:
  - removed the zope3 checkout from the buildout
  
  - set the dependencies right so the tests get all their eggs
  
  

Changed:
  U   zc.table/trunk/buildout.cfg
  U   zc.table/trunk/setup.py

-=-
Modified: zc.table/trunk/buildout.cfg
===================================================================
--- zc.table/trunk/buildout.cfg	2007-05-07 07:42:12 UTC (rev 75604)
+++ zc.table/trunk/buildout.cfg	2007-05-07 07:43:24 UTC (rev 75605)
@@ -1,27 +1,9 @@
 [buildout]
 develop = .
-parts = zope3 data instance test
-
+parts = test
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.table
 extra-paths = parts/zope3/src
-
-[zope3]
-recipe = zc.recipe.zope3checkout
-url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
-
-[data]
-recipe = zc.recipe.filestorage
-
-[instance]
-recipe = zc.recipe.zope3instance
-database = data
-user = fdrake:123
-eggs = zc.table
-
-zcml =
-  zc.resourcelibrary zc.resourcelibrary-meta
-  zc.table

Modified: zc.table/trunk/setup.py
===================================================================
--- zc.table/trunk/setup.py	2007-05-07 07:42:12 UTC (rev 75604)
+++ zc.table/trunk/setup.py	2007-05-07 07:43:24 UTC (rev 75605)
@@ -3,7 +3,18 @@
 setup(
     name="zc.table",
     version="0.7dev",
-    install_requires=['setuptools', 'zc.resourcelibrary >= 0.6'],
+    install_requires=[
+        'setuptools',
+        'zc.resourcelibrary >= 0.6',
+        'zope.app.form',
+        'zope.app.testing',
+        'zope.cachedescriptors',
+        'zope.component',
+        'zope.i18n',
+        'zope.interface',
+        'zope.schema',
+        'zope.testing',
+    ],
     packages=find_packages('src'),
     package_dir= {'':'src'},
 



More information about the Checkins mailing list