# -*- 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.7.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

checksums           rmd160  ab449c2446ea350362fdb4d56bb8e50c3b62f4f6 \
                    sha256  b0fa577e512f0c8e063386b974718b8614586a798c5894ed34bedf256d9dae24 \
                    size    122056

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}-requests
}
