Info2: << Package: lxml-py%type_pkg[python] Type: python(2.4) Version: 0.9.1 Revision: 1 Source: http://codespeak.net/lxml/lxml-%v.tgz Source-MD5: 25e18d86050907f3a088550fe650f841 BuildDepends: libxml2 Depends: libxml2-shlibs CompileScript: << %p/bin/python%type_raw[python] setup.py build << InstallScript: << %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d mkdir -p %i/share/doc/%n cp -r doc/* %i/share/doc/%n/ << DocFiles: CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt MANIFEST.in PKG-INFO README.txt TODO.txt Description: binding for the libxml2 and libxslt DescDetail: << The C libraries libxml2 and libxslt have huge benefits: * Standards-compliant XML support. * Full-featured. * Actively maintained by XML experts. * fast. fast! FAST! lxml is a new Python binding for libxml2 and libxslt, completely independent from these existing Python bindings. Its aim: * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! lxml aims to provide a Pythonic API by following as much as possible the ElementTree API. We're trying to avoid having to invent too many new APIs, or you having to learn new things -- XML is complicated enough. << License: BSD Homepage: http://www.ltg.ed.ac.uk/software/xml/ Maintainer: Kurt Schwehr # End INFO2 <<