# -*- 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.8.0 python.versions 26 27 python.default_version 27 categories python devel platforms darwin maintainers saispo snc openmaintainer license ISC homepage http://pypi.python.org/pypi/requests 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). \nBut\ this one's different. This one's going to be \ awesome. And simple. \nReally simple. master_sites http://pypi.python.org/packages/source/r/requests distname requests-${version} checksums rmd160 031d5a20e838a29365fa5762950ede257db458e7 \ sha256 62b557533f685c4a0af4e38dddc598c38f5ce0bd8e3b15b20809d1606f3843dd if {$subport != $name} { livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex requests (\\d+(\\.\\d+)+) }