# -*- 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-secretstorage
version             3.5.0
revision            0
categories-append   sysutils
platforms           any
license             BSD
maintainers         nomaintainer
description         Python bindings to FreeDesktop.org Secret Service API
long_description    {*}${description}
homepage            https://github.com/mitya57/secretstorage
checksums           rmd160  a9f83391be00b56b8d150db5ec64c214fddd997c \
                    sha256  f04b8e4689cbce351744d5537bf6b1329c6fc68f91fa666f60a380edddcd11be \
                    size    19884
supported_archs     noarch

python.versions     310 311 312 313 314

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