# -*- 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-resumable-media
version             2.7.2
revision            0
categories-append   www
platforms           {darwin any}
license             Apache-2
supported_archs     noarch
maintainers         nomaintainer
distname            google_resumable_media-${version}
description         Utilities for Google Media downloads and resumable uploads
long_description    {*}${description}
homepage            https://github.com/googleapis/google-resumable-media-python

checksums           rmd160  aad095590e0c3c5843ff8a003be491e35ada68f7 \
                    sha256  5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0 \
                    size    2163099

python.versions     310 311 312

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-google-crc32c
}
