# -*- 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-pykeepass
version             4.1.0.post1
revision            0
categories-append   security
platforms           {darwin any}
license             GPL-3
supported_archs     noarch
maintainers         nomaintainer

description         Library to interact with keepass databases
long_description    {*}${description}
homepage            https://github.com/libkeepass/pykeepass

checksums           rmd160  600da78fd9c8d5b30baf9957d7ee44c33f5b9b66 \
                    sha256  dfc59734824eb7bb9fb57ddd3cada9fcc4faf74f718d2c3876be2f00ed69980a \
                    size    57831

python.versions     310 311 312

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-argon2-cffi \
                    port:py${python.version}-construct \
                    port:py${python.version}-lxml \
                    port:py${python.version}-pycryptodomex \
                    port:py${python.version}-pyotp
}
