# -*- 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.0.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  ff330431437769cb34bf89a7918daa20bb6fef89 \
                    sha256  3061cd05e73b3a0ef6afc3b803d57c826aa2d6a9732d16abd7277361f58e7964 \
                    size    274942

python.versions     310 311 312 313

python.pep517_backend poetry

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