# -*- 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-core
version             2.28.1
revision            0

categories-append   www devel
supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         nomaintainer

description         Google API client core library
long_description    {*}${description}

homepage            https://github.com/googleapis/python-api-core

distname            google_api_core-${version}

checksums           rmd160  3cd8ba635fc0ad2da594b1ad5d218f07e10af3bd \
                    sha256  2b405df02d68e68ce0fbc138559e6036559e685159d148ae5861013dc201baf8 \
                    size    176759

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-google-auth \
                    port:py${python.version}-googleapis-common-protos \
                    port:py${python.version}-protobuf3 \
                    port:py${python.version}-proto-plus \
                    port:py${python.version}-requests
}
