# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-lxml
version           2.2.2
categories        python devel
platforms         darwin
maintainers       akitada openmaintainer
description       Powerful and Pythonic XML processing library
long_description  lxml is a Pythonic binding for the libxml2 and \
                  libxslt libraries.  It is unique in that it \
                  combines the speed and feature completeness of \
                  these libraries with the simplicity of a native \
                  Python API, mostly compatible but superior to \
                  the well-known ElementTree API.

homepage          http://codespeak.net/lxml/
master_sites      http://pypi.python.org/packages/source/l/lxml/
checksums         md5     2f2fcb6aae51b5b417a3c0a6b256ec56 \
                  sha1    eec5fbcd513d24fc96e85ad7f7f16a6200067c6c \
                  rmd160  8cc42ceb7c631ba63763d6bb664d87ec3bcf84b0
distname          lxml-${version}
depends_lib-append port:libxml2 port:libxslt port:py25-distribute

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"
