Ticket #13677: Portfile

File Portfile, 1.1 KB (added by ebgssth@…, 16 years ago)

py-lxml portfile

Line 
1# $Id: Portfile 31815 2007-12-08 13:05:14Z ryandesign@macports.org $
2
3PortSystem        1.0
4PortGroup         python24 1.0
5
6name              py-lxml
7version           2.0alpha6
8categories        python devel
9platforms         darwin
10maintainers       nomaintainer
11description       Powerful and Pythonic XML processing library
12long_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
19homepage          http://codespeak.net/lxml/
20master_sites      http://pypi.python.org/packages/source/l/lxml/
21checksums         md5 306d0277a24e0798f74793622b0a1b92 \
22                  sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \
23                  rmd160 4ebc83603357a98674151a0d54961417a77b9a3a
24distname          lxml-${version}
25depends_lib-append port:libxml2 port:libxslt port:py-hashlib port:py-setuptools port:py-zlib
26