# -*- 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: Portfile 150887 2016-08-01 12:58:21Z petr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-w3lib version 1.9.0 platforms darwin license BSD maintainers nomaintainer description Library of web-related functions long_description ${description} homepage http://pypi.python.org/pypi/w3lib master_sites pypi:w/w3lib/ distname w3lib-${version} checksums rmd160 e5276b5bb1c4380a8e17eb365b9072d004d011f9 \ sha256 b124659467de0a161f17ade88d616c2270356c5eeea66aea20285d92efb515f3 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex {>w3lib (.+) :} }