# -*- 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.7.4 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 78bf8269d8b821c2db72e959139d9effba803ade \ sha256 3101a857831c6b6ec1f88ccebc8a19d38af6a10372537f437cd978c5775b4286 if {$subport != $name} { livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex requests (\\d+(\\.\\d+)+) }