# -*- 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 python 1.0 name py-lxml version 2.3.2 categories python devel license BSD platforms darwin maintainers akitada gmail.com:dbraband 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://lxml.de/ master_sites http://pypi.python.org/packages/source/l/lxml/ checksums md5 50ed3706da4665c40600fd6e2a7d1159 \ rmd160 e85d9e4aca23ed82e9e91636b45bcac3988a49b7 \ sha256 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1 distname lxml-${version} python.versions 24 25 26 27 31 32 if {$subport != $name} { depends_build port:py${python.version}-distribute depends_lib-append port:libxslt livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}" }