# -*- 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 1.0.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-requests-toolbelt
revision            0

supported_archs     noarch
platforms           {darwin any}
license             Apache-2
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  bc8306044dbad82b948fbbe47f763f61173a8412 \
                    sha256  5743439930e6072034f441eabf2bef93a21961aee8ab8f6291a860fa04d530b4 \
                    size    199298

python.versions     27 39 310 311 312 313 314

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