Commits
Chih-Hsuan Yen authored 5399e6985c7
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 py-botocore |
7 - | version 1.12.116 |
7 + | version 1.12.176 |
8 8 | revision 0 |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | license Apache-2 |
12 12 | maintainers nomaintainer |
13 13 | |
14 14 | description Low level data driven core of boto 3. |
15 15 | long_description A low-level interface to a growing number of Amazon Web \ |
16 16 | Services. The botocore package is the foundation for the \ |
17 17 | AWS CLI as well as boto3. |
18 18 | |
19 19 | homepage https://github.com/boto/botocore |
20 20 | master_sites pypi:b/botocore |
21 21 | distname ${python.rootname}-${version} |
22 22 | |
23 - | checksums rmd160 6315911b69ead8de43976ae8d2fbaf687470eddf \ |
24 - | sha256 b0e79b61dda7fb5f05949a4fe319d44108e0ba6db41775d909b891e6992d5a06 \ |
25 - | size 5472929 |
23 + | checksums rmd160 7a16870c1a247aa4629c3a4af21fe8dcf36eeb22 \ |
24 + | sha256 bc64583e25823764da3603048bd7664e5736aea06c26d4e9e3722876689fbc6a \ |
25 + | size 5717363 |
26 26 | |
27 27 | python.versions 27 35 36 37 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_build-append port:py${python.version}-setuptools |
31 31 | depends_lib-append port:py${python.version}-dateutil \ |
32 32 | port:py${python.version}-docutils \ |
33 33 | port:py${python.version}-jmespath \ |
34 34 | port:py${python.version}-urllib3 |
35 35 | |