You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.3 KiB
Tcl
34 lines
1.3 KiB
Tcl
# -*- 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-extensions
|
|
python.rootname msal_extensions
|
|
version 1.3.1
|
|
categories-append devel security
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Persistence extensions for MSAL
|
|
long_description Microsoft Authentication Library extensions (MSAL EX) \
|
|
provides a persistence API that can save your data on \
|
|
disk, encrypted on Windows, macOS and Linux. Concurrent \
|
|
data access will be coordinated by a file lock mechanism.
|
|
|
|
homepage https://github.com/AzureAD/microsoft-authentication-extensions-for-python
|
|
|
|
checksums rmd160 4a9f1d91d880cfcfc03bc9a88bc3448d5ca4e654 \
|
|
sha256 c5b0fd10f65ef62b5f1d62f4251d51cbcaf003fcedae8c91b040a488614be1a4 \
|
|
size 23315
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-msal \
|
|
port:py${python.version}-portalocker
|
|
}
|