-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83984eb
commit 2a1a966
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |