# -*- 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-fido2
version             2.1.0
revision            0
categories          python security crypto
license             BSD
platforms           {darwin any}
supported_archs     noarch
maintainers         {amake @amake} openmaintainer

homepage            https://github.com/Yubico/python-fido2

description         Library for working with FIDO devices

long_description    Provides library functionality for communicating with a \
                    FIDO device over USB as well as verifying attestation \
                    and assertion signatures.

checksums           rmd160  957f4e40c27ef05559b616058eff3437d29a178d \
                    sha256  b84da93f9bf608a675feb8445cc1d0cec2b8a02d46d165a1ba2fc8a1ab3bdce1 \
                    size    4455878

python.versions     310 311 312 313

python.pep517_backend poetry

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