# -*- 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-google-auth
version             2.6.0
revision            0

categories-append   www devel
supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         {wholezero.org:macports @mrdomino} openmaintainer

description         simplifies using Google's various server-to-server \
                    authentication mechanisms
long_description    {*}${description}

homepage            https://pypi.python.org/pypi/${python.rootname}

checksums           rmd160  471d535f41aa69f225e62bd74af1779a5fdbed04 \
                    sha256  ad160fc1ea8f19e331a16a14a79f3d643d813a69534ba9611d2c80dc10439dad \
                    size    188477

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-cachetools \
                    port:py${python.version}-asn1-modules \
                    port:py${python.version}-rsa \
                    port:py${python.version}-six
}
