# -*- 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.2.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  c41611d0b0b5ab87b2eba27308db8b206ee9e955 \
                    sha256  0d8122e690096ad82afde42ac9d6433a4eeffda64084f36341ea02546b181dd1 \
                    size    294167

python.versions     310 311 312 313 314

python.pep517_backend poetry

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