# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-cssselect version 0.6.1 categories-append devel platforms darwin supported_archs noarch license BSD maintainers gmail.com:larry.velazquez description cssselect parses CSS3 Selectors and translates \ them to XPath 1.0 long_description cssselect parses CSS3 Selectors and translates \ them to XPath 1.0 expressions. Such expressions \ can be used in lxml or another XPath engine to \ find the matching elements in an XML or HTML \ document. homepage http://packages.python.org/cssselect/ master_sites http://pypi.python.org/packages/source/c/cssselect distname cssselect-${version} checksums rmd160 bac67eeecd1984b12e36513969503256032fa27a \ sha256 b35683a6526e24240606b46caf6f7c154a3c0f4ac4137fd2b073ddcfcb25445f python.versions 25 26 27 31 32 python.default_version 27 if {${subport} != ${name}} { depends_lib-append port:py${python.version}-distribute post-destroot { xinstall -m 644 -W ${worksrcpath} \ AUTHORS CHANGES LICENSE README.rst \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "cssselect-(\\d+(?:\\.\\d+)*)${extract.suffix}" }