Commits
Zero King authored 7436eb12dd5
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name google-cloud-sdk |
7 - | version 214.0.0 |
7 + | version 220.0.0 |
8 8 | categories devel python |
9 9 | license Apache-2 |
10 10 | maintainers nomaintainer |
11 11 | description Command-line interface for Google Cloud Platform products and services |
12 12 | long_description ${description} |
13 13 | |
14 14 | platforms darwin |
15 15 | supported_archs i386 x86_64 |
16 16 | |
17 17 | homepage https://cloud.google.com/sdk/ |
18 18 | master_sites https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ |
19 19 | |
20 20 | distname ${name}-${version}-${os.platform}-${configure.build_arch} |
21 21 | worksrcdir ${name} |
22 22 | |
23 - | checksums rmd160 3b5ed9231fb93df7992c939be5405a2d74f30a0c \ |
24 - | sha256 0640c8f19f7d41a62af4695d335c9b36e6648ef2c18b7406678243dc108f6fef \ |
25 - | size 17136568 |
23 + | checksums rmd160 43f50035b51eb2654a0d5bf50448dba32b8a2de4 \ |
24 + | sha256 c645244380d0ce2c552d8320836ae69026442acd96a73afbc48f7f3ad5c67897 \ |
25 + | size 17427658 |
26 26 | |
27 27 | python.default_version 27 |
28 28 | |
29 29 | post-patch { |
30 30 | reinplace "s|\"disable_updater\": false|\"disable_updater\": true|" ${worksrcpath}/lib/googlecloudsdk/core/config.json |
31 31 | } |
32 32 | |
33 33 | use_configure no |
34 34 | build {} |
35 35 | |