# -*- 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 PortSystem 1.0 PortGroup python 1.0 set _name lxml set _n [string index ${_name} 0] name py-${_name} version 3.7.3 categories-append devel platforms darwin license BSD python.versions 26 27 33 34 35 36 maintainers petr 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 pypi:${_n}/${_name}/ distname ${_name}-${version} checksums md5 075692ce442e69bbd604d44e21c02753 \ rmd160 b2f1c34f90ef8aae9916e3c710dfb3675024a734 \ sha256 aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:zlib \ port:libxml2 \ port:libxslt livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\"" }