# -*- 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.1.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  cc6826de963c8723e3d483f6a8e5284037df81c6 \
                    sha256  28f4927454ebe507ef7294d3ec6b5a72ee3a5c97fcc21b1080b8ddc09f2097dd \
                    size    55429

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    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
}
