# -*- 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-spake2
version             0.9
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         SPAKE2 password authenticated key exchange pure python
long_description    {*}${description}

homepage            https://github.com/warner/python-spake2

checksums           rmd160  6bd976219d271cb70246f384e6f9bba3e91e376d \
                    sha256  421fc4a8d5ac395af7af0206ffd9e6cdf188c105cb1b883d9d683312bb5a9334 \
                    size    55092

python.versions     39 310 311 312 313

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