Metadata-Version: 1.0
Name: plone.recipe.lxml
Version: 0.4
Summary: Recipe that builds lxml and dependencies (libxslt, libxml2).
Home-page: http://svn.plone.org/svn/collective/buildout/plone.recipe.lxml
Author: Joscha Krutzki
Author-email: joka at jokasis de
License: ZPL 2.1
Description: Notes
        ========
        
        This recipe is only tested with Debian, Gentoo and minitage. The ``z3c.recipe.staticlxml``
        recipe is better maintained.
        
        Options
        =================
        
        **egg**
        The desired lxml egg version (like ``lxml==2.2.6``).
        
        **libxslt-url**
        The URL to download the libxslt tarballe, the default value is:
        'http://xmlsoft.org/sources/libxslt-1.1.26.tar.gz'
        
        **libxml2-url**
        The URL to download the libxml2 tarball, the default value is:
        'http://xmlsoft.org/sources/libxml2-2.7.7.tar.gz'
        
        
        Example buildout configuration
        ===============================
        
        [buildout]
        parts = lxml
        eggs = lxml == 2.2.6
        
        [lxml]
        recipe=plone.recipe.lxml
        egg = lxml == 2.2.6
        
        
        
Keywords: lxml recipe
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Framework :: Buildout
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: XML
