# -*- 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.35.1
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  b049d08a2b2cf4d5c918bbe547ce4da33e271d2d \
                    sha256  70cac18ab80a053bff86219ba64cfe3da1f307c74b009e2da57ef040eb1b5656 \
                    size    165658

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