Files
2025-11-16 09:38:21 -05:00

34 lines
1.3 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-cloud-storage
version 3.5.0
revision 0
categories-append www
platforms {darwin any}
license Apache-2
supported_archs noarch
maintainers nomaintainer
distname google_cloud_storage-${version}
description Google Cloud Storage API client library
long_description {*}${description}
homepage https://github.com/googleapis/python-storage
checksums rmd160 526f9ec0f9af6ba81cb6a6577db8d9075e5a267e \
sha256 10b89e1d1693114b3e0ca921bdd28c5418701fd092e39081bb77e5cee0851ab7 \
size 17242207
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 \
port:py${python.version}-google-cloud-core \
port:py${python.version}-google-crc32c \
port:py${python.version}-google-resumable-media \
port:py${python.version}-requests
}