Changeset 3704 for WAeUP_SRP/buildout
- Timestamp:
- 1 Oct 2008, 13:11:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/buildout/buildout.cfg
r3697 r3704 1 1 [buildout] 2 2 parts = 3 libxml2 4 libxslt 3 5 lxml 4 6 zope2 … … 7 9 instance 8 10 zopepy 9 test10 11 find-links = 11 12 http://download.zope.org/ppix/ 12 13 http://download.zope.org/distribution/ 13 14 http://effbot.org/downloads 14 15 15 eggs = 16 lxml == 1.3.317 18 16 develop = 19 17 18 [lxml-environment] 19 XSLT_CONFIG=${buildout:directory}/parts/libxslt/bin/xslt-config 20 XML2_CONFIG=${buildout:directory}/parts/libxml2/bin/xml2-config 21 20 22 [lxml] 21 recipe = plone.recipe.lxml 22 egg = lxml == 1.3.3 23 recipe = zc.recipe.egg:custom 24 egg = lxml 25 include-dirs = ${libxml2:location}/include/libxml2 26 ${libxslt:location}/include 27 library-dirs = ${libxml2:location}/lib 28 ${libxslt:location}/lib 29 rpath = ${libxml2:location}/lib 30 ${libxslt:location}/lib 31 environment = lxml-environment 32 33 [libxml2] 34 recipe = zc.recipe.cmmi 35 url = http://dist.repoze.org/lemonade/dev/cmmi/libxml2-2.6.32.tar.gz 36 extra_options = --without-python 37 38 [libxslt] 39 recipe = zc.recipe.cmmi 40 url = http://dist.repoze.org/lemonade/dev/cmmi/libxslt-1.1.24.tar.gz 41 extra_options = --with-libxml-prefix=${libxml2:location} 42 --without-python 23 43 24 44 [zope2] … … 59 79 ${buildout:eggs} 60 80 Products.QueueCatalog == 1.6.0 81 lxml 61 82 zcml = 62 83 products = … … 70 91 extra-paths = ${zope2:location}/lib/python 71 92 scripts = zopepy 72 73 [test]74 recipe = zc.recipe.testrunner75 extra-paths = ${zope2:location}/lib/python76 defaults = ['-c']77 eggs =78
Note: See TracChangeset for help on using the changeset viewer.