# -*- 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-msal
version             1.36.0
categories-append   devel security
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     310 311 312 313 314

maintainers         nomaintainer

description         Microsoft Authentication Library (MSAL) for Python
long_description    The Microsoft Authentication Library for Python enables \
                    applications to integrate with the Microsoft identity \
                    platform. It allows you to sign in users or apps with \
                    Microsoft identities (Microsoft Entra ID, Microsoft \
                    accounts, and Azure AD B2C) and obtain tokens to call \
                    Microsoft APIs.

homepage            https://github.com/AzureAD/microsoft-authentication-library-for-python

checksums           rmd160  77d2d288135da31345ecfea7dc939ee4ccd736ce \
                    sha256  3f6a4af2b036b476a4215111c4297b4e6e236ed186cd804faefba23e4990978b \
                    size    174217

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-cryptography \
                        port:py${python.version}-jwt \
                        port:py${python.version}-requests
}
