117724f21a94ff32f773af4c37be88fe0d2970e3~suv# -*- 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
117724f21a94ff32f773af4c37be88fe0d2970e3~suv# $Id: Portfile 121661 2014-07-03 17:50:11Z mf2k@macports.org $
117724f21a94ff32f773af4c37be88fe0d2970e3~suvPortSystem 1.0
117724f21a94ff32f773af4c37be88fe0d2970e3~suvPortGroup python 1.0
117724f21a94ff32f773af4c37be88fe0d2970e3~suvname py25-lxml
117724f21a94ff32f773af4c37be88fe0d2970e3~suvversion 3.3.5
117724f21a94ff32f773af4c37be88fe0d2970e3~suvcategories-append devel
117724f21a94ff32f773af4c37be88fe0d2970e3~suvplatforms darwin
117724f21a94ff32f773af4c37be88fe0d2970e3~suvlicense BSD
117724f21a94ff32f773af4c37be88fe0d2970e3~suvmaintainers gmail.com:dbraband openmaintainer
117724f21a94ff32f773af4c37be88fe0d2970e3~suvdescription Powerful and Pythonic XML processing library
117724f21a94ff32f773af4c37be88fe0d2970e3~suvlong_description lxml is a Pythonic binding for the libxml2 and \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv libxslt libraries. It is unique in that it \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv combines the speed and feature completeness of \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv these libraries with the simplicity of a native \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv Python API, mostly compatible but superior to \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv the well-known ElementTree API.
117724f21a94ff32f773af4c37be88fe0d2970e3~suvmaster_sites http://pypi.python.org/packages/source/l/lxml/
117724f21a94ff32f773af4c37be88fe0d2970e3~suvchecksums rmd160 c7ccece50f8d20f5fac44ac1bf8dc0d8a85aa0f9 \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv sha256 6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a
117724f21a94ff32f773af4c37be88fe0d2970e3~suvdistname lxml-${version}
117724f21a94ff32f773af4c37be88fe0d2970e3~suvif {${name} eq ${subport}} {
117724f21a94ff32f773af4c37be88fe0d2970e3~suv revision 100
117724f21a94ff32f773af4c37be88fe0d2970e3~suv depends_build-append \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv port:py${python.version}-setuptools
117724f21a94ff32f773af4c37be88fe0d2970e3~suv depends_lib-append port:zlib \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv port:libxml2 \
117724f21a94ff32f773af4c37be88fe0d2970e3~suv port:libxslt
117724f21a94ff32f773af4c37be88fe0d2970e3~suv livecheck.url ${master_sites}
117724f21a94ff32f773af4c37be88fe0d2970e3~suv livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"