1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/py-lxml/pkg-descr
Ruslan Makhmatkhanov 9fe9d71c52 - update to 2.3.4
- strict versions of FreeBSD that needs xlocale patch (it builds fine w/o patch
  after OSVERSION >= 1000010)

changelog: http://lxml.de/2.3/changes-2.3.4.html

PR:		166563
Submitted by:	rm (myself)
Approved by:	Robert Gogolok <gogo at cs.uni-sb dot de> (maintainer)
Feature safe:	yes
2012-04-07 20:19:24 +00:00

10 lines
213 B
Plaintext

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/