# -*- 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.6.1 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 763f5c05fe7d161ea5564836fb3a0b1a9832ee9b \ sha256 2656b23db25398e990e6f5d75dfbd960454a1fe573aeedc651773ddd2a8a3bbc livecheck.type regex livecheck.url ${homepage} livecheck.regex requests (\\d+(\\.\\d+)+)