# -*- 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 python-gssapi 1.6.1 v github.tarball_from releases name py-gssapi platforms darwin license ISC maintainers {toby @tobypeterson} openmaintainer description Python interface to RFC 2743/2744 long_description Python-GSSAPI provides both low-level and high level wrappers \ around the GSSAPI C libraries. While it focuses on the Kerberos \ mechanism, it should also be useable with other GSSAPI mechanisms. checksums rmd160 14a9d3a668772d158c6a75605a1666c05a3b975c \ sha256 e5a1877226d403f7e5dd60f8731a7f0d8ba1358e36f582942615b1da04b45c2e \ size 91970 python.versions 38 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-cython depends_lib-append port:py${python.version}-decorator \ port:py${python.version}-six }