# -*- 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-api-python-client
python.rootname     google_api_python_client
version             2.168.0
revision            0
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         This is the Google API Python client library for Google's discovery \
                    based APIs.
long_description    {*}${description}
homepage            https://github.com/googleapis/google-api-python-client/

checksums           rmd160  73d3f48ce27cc380d6828bcb0c9609ef11239040 \
                    sha256  10759c3c8f5bbb17752b349ff336963ab215db150f34594a5581d5cd9b5add41 \
                    size    12774671

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-google-api-core \
                    port:py${python.version}-google-auth \
                    port:py${python.version}-google-auth-httplib2 \
                    port:py${python.version}-uritemplate
}
