1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-lxml |
---|
7 | version 2.0alpha5 |
---|
8 | categories python devel |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description Powerful and Pythonic XML processing library |
---|
12 | long_description lxml is a Pythonic binding for the libxml2_ and \ |
---|
13 | libxslt libraries. It is unique in that it \ |
---|
14 | combines the speed and feature completeness of \ |
---|
15 | these libraries with the simplicity of a native \ |
---|
16 | Python API, mostly compatible but superior to \ |
---|
17 | the well-known ElementTree_ API. |
---|
18 | |
---|
19 | homepage http://codespeak.net/lxml/ |
---|
20 | master_sites http://pypi.python.org/packages/source/l/lxml/ |
---|
21 | checksums md5 2b2b54e416442091c2bdf1cebe8beb60 |
---|
22 | distname lxml-${version} |
---|
23 | depends_build port:libxml2 port:libxslt |
---|
24 | |
---|