freebsd-ports/devel/py-lxml/pkg-descr
Ruslan Makhmatkhanov ecc79fe6f9 - update to 3.0.1
- trim Makefile header
- convert to optionsng
- remove shlib versions (porlint warning)
- fix packing list when build with python32
- tab -> space change in pkg-descr:WWW

PR:		172709
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks)
Feature safe:	yes
2012-10-29 10:18:13 +00:00

9 lines
213 B
Text

lxml is a Python binding for libxml2 and libxslt. Its aim:
* Pythonic API.
* Documented.
* Use Python unicode strings in API.
* Safe (no segfaults).
* No manual memory management!
WWW: http://lxml.de/