# -*- 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.5.0 distname google_cloud_core-${version} 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 b3a3b55bf5911b79a76cd6ea4d07241a34e18402 \ sha256 7c1b7ef5c92311717bd05301aa1a91ffbc565673d3b0b4163a52d8413a186963 \ size 36027 python.versions 310 311 312 313 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-google-api-core \ port:py${python.version}-google-auth }