Skip to content

Commit

Permalink
py-google-resumable-media: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 26, 2024
1 parent 83984eb commit 2a1a966
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions python/py-google-resumable-media/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# -*- 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
}

0 comments on commit 2a1a966

Please sign in to comment.