# -*- 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.3.0 revision 0 categories-append devel security net platforms {darwin any} license ISC supported_archs noarch python.versions 310 311 312 313 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 33dc70fd082d3fe25d94cf855d1feda86effdb0c \ sha256 b29cc2462623dffdf9b88c43e180ccb735b4007228a542220e882c58ae56c668 \ size 16112 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-cryptography \ port:py${python.version}-pyspnego \ port:py${python.version}-requests }