# -*- 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-gsecrets
version             1.3.3
revision            0
categories-append   security sysutils
platforms           {darwin any}
license             Apache-2
supported_archs     noarch
maintainers         nomaintainer

description         Helper library and CLI for interacting with the secrets store
long_description    {*}${description}
homepage            https://github.com/recurve-inc/gsecrets

checksums           rmd160  d3fa15457d7c4fa82879b2bb0b80d66a0177fdd7 \
                    sha256  11cb28e4802f145b1f08ca00d4b5b3837ae28407e6601847eef105d3d33459fb \
                    size    5258

python.versions     310 311 312

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-asn1 \
                    port:py${python.version}-click \
                    port:py${python.version}-google-api \
                    port:py${python.version}-google-cloud-storage \
                    port:py${python.version}-ndg_httpsclient \
                    port:py${python.version}-openssl \
                    port:py${python.version}-requests
}
