# -*- 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 2.11.1 categories-append devel platforms darwin license Apache-2 supported_archs noarch python.versions 26 27 34 35 maintainers stromnov 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 0a396b2723b649d3ecf2a01d7b8a2ec57eef07d0 \ sha256 5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }