# -*- 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$ PortSystem 1.0 PortGroup python25 1.0 name py25-lxml version 2.1.4 categories python devel platforms darwin maintainers akira 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 05f35b81955caf502584b685a5226417 \ sha1 c2cbccaad4c0073955e4206f378ef597881e66fb \ rmd160 a0686da9660d9721bed3f1b0c2bf86e518938c96 distname lxml-${version} depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib livecheck.check regex livecheck.url ${master_sites} livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"