# -*- 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
python.rootname     requests_futures
version             1.0.2
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  ae5c511506b442c49c184f5d033b5bf2973c6dad \
                    sha256  6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da \
                    size    10356

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    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
}