# -*- 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-gpsoauth
version             1.0.4
revision            0

categories-append   devel
license             MIT
platforms           {darwin any}
supported_archs     noarch

description         Python client library for Google Play Services OAuth.
long_description    {*}${description}

homepage            https://github.com/simon-weber/gpsoauth

maintainers         nomaintainer

checksums           rmd160  b8da46bd6591272523efbb6937f4282a05e5a457 \
                    sha256  496617358ae7ccaf0fe282bd7fb6e63a255d594407a7c5af84dcc84bb6349ac8 \
                    size    6255

python.versions     39 310 311 312

python.pep517_backend   poetry

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