[Checkins] SVN: z3c.form/trunk/ - List lxml version 2.1.1 as a dependency only in buildout, so that

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Sep 8 13:57:01 EDT 2008


Log message for revision 90959:
  - List lxml version 2.1.1 as a dependency only in buildout, so that 
    other projects can have their own version requirement.
  
  - Nail zope.app.locales to 3.4.3 using the version buildout section.
  
  

Changed:
  U   z3c.form/trunk/buildout.cfg
  U   z3c.form/trunk/setup.py

-=-
Modified: z3c.form/trunk/buildout.cfg
===================================================================
--- z3c.form/trunk/buildout.cfg	2008-09-08 17:14:17 UTC (rev 90958)
+++ z3c.form/trunk/buildout.cfg	2008-09-08 17:57:00 UTC (rev 90959)
@@ -2,9 +2,16 @@
 develop = .
 parts = test checker coverage-test coverage-report i18n
 index = http://download.zope.org/zope3.4
-find-links = 
-   http://pypi.python.org/simple/zope.app.locales
+versions = versions
 
+[versions]
+lxml = 2.1.1
+zope.app.locales = 3.4.3
+
+[test-environment]
+Z3C_PT_DEBUG = False
+Z3C_PT_CACHE = False
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.form [test]
@@ -25,10 +32,6 @@
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
 
-[test-environment]
-Z3C_PT_DEBUG = False
-Z3C_PT_CACHE = False
-
 [i18n]
 recipe = lovely.recipe:i18n
 eggs =
@@ -39,7 +42,7 @@
 domain = z3c.form
 location = src/z3c/form
 output = locales
-zcml = 
+zcml =
   <include package="zope.app.component" file="meta.zcml" />
   <include package="zope.i18n" file="meta.zcml" />
   <include package="z3c.form" file="meta.zcml" />

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2008-09-08 17:14:17 UTC (rev 90958)
+++ z3c.form/trunk/setup.py	2008-09-08 17:57:00 UTC (rev 90959)
@@ -83,7 +83,7 @@
             'z3c.template',
             'z3c.pt',
             'zope.app.i18n',
-            'lxml==2.1.1',
+            'lxml',
             ],
         adding = ['zope.app.container'],
         ),



More information about the Checkins mailing list