# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-requests-futures version 1.0.1 revision 0 license Apache-2 supported_archs noarch platforms {darwin any} maintainers {mps @Schamschula} openmaintainer description Small add-on for the python requests http library. long_description {*}${description} Makes use of python 3.2's concurrent.futures or the backport for prior versions of python. homepage https://github.com/ross/requests-futures checksums rmd160 48a596fb5d82a1572b7c6fd9ebbab703a7e83d8a \ sha256 f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373 \ size 9921 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-certifi \ port:py${python.version}-charset-normalizer \ port:py${python.version}-idna \ port:py${python.version}-requests \ port:py${python.version}-urllib3 }