skip to navigation
skip to content

plone.recipe.lxml 0.3

Buildout recipe that creates a lxml egg

This buildout recipe creates a lxml egg and builds libxml2
and libxslt dependencies from source.

You can use it with a part like this:

[buildout]
parts = lxml
eggs =
    lxml == 2.1.2

[lxml]
recipe=plone.recipe.lxml
egg = lxml == 2.1.2

The available options are:

egg -- The lxml version you want to use. The default setting ist
       'lxml == 2.1.2'.

libxml2-url -- A URL from which the libxml2 sources can be downloaded.
               The default setting is
               'http://xmlsoft.org/sources/libxml2-2.6.32.tar.gz'.

libxslt-url -- A URL from which libxslt sources can be downloaded.
               The default setting is
               'http://xmlsoft.org/sources/libxslt-1.1.24.tar.gz'.

Installation notes:

The lxml egg is not build with buildout in offline mode.
This recipe does not work with windows.
File Type Py Version Uploaded on Size # downloads
plone.recipe.lxml-0.3.tar.gz (md5) Source 2008-11-22 21:56:16 2KB 480
plone.recipe.lxml-0.3-py2.4.egg (md5) Python Egg 2.4 2008-11-03 17:37:04 6KB 1410

Log in to rate this package.