# -*- 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 name py-requests_ntlm version 1.2.0 revision 0 categories-append devel security net platforms {darwin any} license ISC supported_archs noarch python.versions 39 310 311 312 maintainers nomaintainer homepage https://github.com/requests/requests-ntlm description NTLM authentication support for Requests long_description This package allows for HTTP NTLM authentication using \ the requests library. checksums rmd160 ff08a9276b73a417603f26e7a9572254807cbc4f \ sha256 33c285f5074e317cbdd338d199afa46a7c01132e5c111d36bd415534e9b916a8 \ size 6851 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-cryptography \ port:py${python.version}-pyspnego \ port:py${python.version}-requests }