You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.2 KiB
Tcl
34 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.193.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 723d310d4ec94ad2ba84b2d257e3bbc9df1e5f98 \
|
|
sha256 8f88d16e89d11341e0a8b199cafde0fb7e6b44260dffb88d451577cbd1bb5d33 \
|
|
size 14281006
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
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
|
|
}
|