Files
macports-ports/python/py-google-api-python-client/Portfile
T
2025-07-23 19:33:04 +02:00

33 lines
1.2 KiB
Tcl

# -*- 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.177.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/
supported_archs noarch
platforms {darwin any}
checksums rmd160 0506483eaf2d1ca4fefa1f114f9570a834e5a376 \
sha256 9ffd2b57d68f5afa7e6ac64e2c440534eaa056cbb394812a62ff94723c31b50e \
size 13184405
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
}