# -*- 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             2.18.2
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  e033ed247bff1f109f9860a307e8bf9b0b437a77 \
                    sha256  aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99 \
                    size    5532864

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 \
                    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
}
