# -*- 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-cloud-core
version             2.4.1
revision            0
categories-append   www
platforms           {darwin any}
license             Apache-2
supported_archs     noarch
maintainers         nomaintainer

description         Google Cloud API client core library
long_description    {*}${description}
homepage            https://github.com/googleapis/python-cloud-core

checksums           rmd160  808500150fb4e5529f38d1cd9f1ca7855af058db \
                    sha256  9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
                    size    35587

python.versions     310 311 312

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