[Checkins] SVN: Products.PluggableAuthService/trunk/ Require Zope 2.12; simplify buildout.

Tres Seaver tseaver at palladion.com
Mon Nov 16 09:09:24 EST 2009


Log message for revision 105712:
  Require Zope 2.12;  simplify buildout.

Changed:
  U   Products.PluggableAuthService/trunk/buildout.cfg
  U   Products.PluggableAuthService/trunk/setup.py

-=-
Modified: Products.PluggableAuthService/trunk/buildout.cfg
===================================================================
--- Products.PluggableAuthService/trunk/buildout.cfg	2009-11-16 13:31:39 UTC (rev 105711)
+++ Products.PluggableAuthService/trunk/buildout.cfg	2009-11-16 14:09:24 UTC (rev 105712)
@@ -1,21 +1,15 @@
 [buildout]
-parts = zope2 instance test
+parts = interpreter test
 develop = .
+unzip = true
 
-[zope2]
-recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
+[interpreter]
+recipe = zc.recipe.egg
+interpreter = python
+eggs =
+    Products.PluggableAuthService
 
-[instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-eggs = Products.PluginRegistry
-       Products.GenericSetup
-       Products.PluggableAuthService
-
 [test]
-recipe = collective.recipe.z2testrunner
-zope2part = instance
-packages = Products.PluggableAuthService
-defaults = ['-c']
+recipe = zc.recipe.testrunner
+eggs =
+    Products.PluggableAuthService

Modified: Products.PluggableAuthService/trunk/setup.py
===================================================================
--- Products.PluggableAuthService/trunk/setup.py	2009-11-16 13:31:39 UTC (rev 105711)
+++ Products.PluggableAuthService/trunk/setup.py	2009-11-16 14:09:24 UTC (rev 105712)
@@ -45,7 +45,7 @@
           'setuptools',
           'Products.PluginRegistry',
           'Products.GenericSetup',
-#          'Zope >= 2.10',
+          'Zope2 >= 2.12',
           ],
       extras_require={'ip_range': ['IPy'],
                      },



More information about the checkins mailing list