# -*- 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-requests version 0.13.6 revision 0 categories-append devel license ISC platforms darwin supported_archs noarch python.versions 26 27 31 32 python.default_version 27 maintainers saispo gmail.com:larry.velazquez openmaintainer description Python HTTP for Humans. long_description Most existing Python modules for dealing HTTP \ requests are insane. I have to look up everything \ that I want to do. Most of my worst Python \ experiences are a result of the various built-in \ HTTP libraries (yes, even worse than Logging). But \ this one's different. This one's going to be \ awesome. And simple. Really simple. homepage http://python-requests.org/ master_sites http://pypi.python.org/packages/source/r/requests distname requests-${version} checksums rmd160 d5a9cc165c61b520638e5c245b02d25ff4ee46ea \ sha256 3cca63908f1b941d2da61ef0e8baf7bf014cc0df6512e172b8d2ac87be82b916 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "requests-(\\d+(?:\\.\\d+)*)${extract.suffix}" }