1 | # $Id: Portfile 31815 2007-12-08 13:05:14Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-lxml |
---|
7 | version 2.0alpha6 |
---|
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 306d0277a24e0798f74793622b0a1b92 \ |
---|
22 | sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \ |
---|
23 | rmd160 4ebc83603357a98674151a0d54961417a77b9a3a |
---|
24 | distname lxml-${version} |
---|
25 | depends_lib-append port:libxml2 port:libxslt port:py-hashlib port:py-setuptools port:py-zlib |
---|
26 | |
---|