# -*- 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        pythongssapi requests-gssapi 1.3.0 v

name                py-requests-gssapi
platforms           {darwin any}
supported_archs     noarch
license             ISC
maintainers         {toby @tobypeterson} openmaintainer

description         requests GSSAPI authentication library
long_description    Requests is an HTTP library, written in Python, for human beings. \
                    This library adds optional GSSAPI authentication support and \
                    supports mutual authentication.

checksums           rmd160  222f4f63b9c24767d7835358eb75ae019e9207ee \
                    sha256  6e653f28bf9262260452f1c3579caadd4de3c44f851c00b541eb3042649762a3 \
                    size    16754

python.versions     39 313

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-gssapi \
                            port:py${python.version}-requests
    livecheck.type          none
}
