# -*- 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-omemo-dr
version             1.0.1
revision            0
license             GPL-3
maintainers         nomaintainer
description         Initial codebase was forked from python axolotl but has since been \
                    heavily rewritten.
long_description    {*}${description}
homepage            https://pypi.org/project/omemo-dr/

checksums           rmd160  154ba044776585730fefc01d6c811f158ae937dc \
                    sha256  2a8a8c77231d73949bdd375278d4d5a261252bdaee52cb6241acb251c202d361 \
                    size    152526

python.versions     310 311 312

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

    depends_lib-append  \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-protobuf3
}
