# -*- 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
PortGroup           github 1.0

github.setup        requests toolbelt 0.9.1

name                py-requests-toolbelt
platforms           darwin
license             apache
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer

description         Collection of utilities for python-requests
long_description    This is just a collection of utilities for\
                    python-requests, but do not really belong in requests\
                    proper.

checksums           rmd160  c742611ad524f0e36ec68d6bb799039c0e7fb403 \
                    sha256  51dbdff6191b1d00dcb8e99eadfd99d81dc2d3ac1faf0d8848ec932878be70c1 \
                    size    202950

python.versions     27 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_run-append      port:py${python.version}-requests
}
