# -*- 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-authlib
version             1.6.9
revision            0
categories-append   devel
platforms           any
license             BSD
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Python library in building OAuth and OpenID Connect servers and clients
long_description    The ultimate {*}${description}.
homepage            https://github.com/authlib/authlib
checksums           rmd160  73fa0f73d6ec94370e0b74c85a4b50bd8d47a09c \
                    sha256  d8f2421e7e5980cc1ddb4e32d3f5fa659cfaf60d8eaf3281ebed192e4ab74f04 \
                    size    165134
supported_archs     noarch

python.versions     310 311 312 313 314

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