Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10008

Added Files:
        lxml-py.info 
Log Message:
elementtree API but uses libxml2 and libxslt2
lots more functionality than elementtree


--- NEW FILE: lxml-py.info ---
Info2: <<
Package: lxml-py%type_pkg[python]
Type: python(2.4)
Version: 0.9.2
Revision: 2
Source: http://cheeseshop.python.org/packages/source/l/lxml/lxml-%v.tar.gz
#Source: http://codespeak.net/lxml/lxml-%v.tgz
Source-MD5: 07f31442a53331c332dd50e6a7cd6664
BuildDepends: libxml2, libxslt, python%type_pkg[python]
Depends:  libxml2-shlibs, libxslt-shlibs, python%type_pkg[python] 
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.  (e.g. supports XPath)
    * Actively maintained by XML experts.
    * 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 <[EMAIL PROTECTED]>

# End INFO2
<<



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to