# -*- 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.2.3 v github.tarball_from releases 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 1976698494e7991f98aaead1e265d212c6f01378 \ sha256 20784508981401f7153c933eed095338933a40818da65a259dbf2d80dccb150e \ size 19007 python.versions 38 39 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 }