/[public]/erp5/trunk/buildout/software-profiles/lxml-python.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/lxml-python.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42426 - (show annotations)
Tue Jan 18 16:14:02 2011 UTC (2 years, 4 months ago) by kazuhiko
File size: 314 byte(s)
no need to specify '../dir_name' for files in the same directory.
1 [buildout]
2 extends =
3 libxml2.cfg
4 libxslt.cfg
5 zlib.cfg
6
7 parts =
8 lxml-python
9
10 [lxml-python-env]
11 PATH = ${libxslt:location}/bin:%(PATH)s
12
13 [lxml-python]
14 recipe = zc.recipe.egg:custom
15 egg = lxml
16 rpath =
17 ${libxml2:location}/lib/
18 ${libxslt:location}/lib/
19 ${zlib:location}/lib/
20 environment = lxml-python-env

  ViewVC Help
Powered by ViewVC 1.1.2