commit 36bdad08c812a71f2a6676b1de7d3d8dcdce3fe1
Author: Lawrence Velázquez <larryv@macports.org>
Date: 19 minutes ago
py-awscli: Update to 1.9.10
Also add missing deps on docutils (#49575) and asn1.
diff --git a/dports/python/py-awscli/Portfile b/dports/python/py-awscli/Portfile
index 17a6bcb..8413ea2 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-awscli |
8 | | version 1.7.22 |
9 | | revision 1 |
| 8 | version 1.9.10 |
10 | 9 | platforms darwin |
11 | 10 | license Apache-2 |
12 | 11 | maintainers pixilla openmaintainer |
… |
… |
homepage http://aws.amazon.com/cli/ |
18 | 17 | master_sites https://pypi.python.org/packages/source/a/awscli |
19 | 18 | distname awscli-${version} |
20 | 19 | |
21 | | checksums rmd160 6e5c4845a697c3cae545f0df4b99293e6cb28c1d \ |
22 | | sha256 2fb351c22b5f7b2c91a821ffdd1eddf88c9bf26206b18476d126fd17d304ba3e |
| 20 | checksums rmd160 325399f0a1226c299291831de7e73094f0584f0c \ |
| 21 | sha256 509ac526ddc9d33214073ae8847fd911f0406825401549c70dd2b7d48b4b2b20 |
23 | 22 | |
24 | 23 | python.versions 27 34 |
25 | 24 | |
… |
… |
if {${name} ne ${subport}} { |
30 | 29 | depends_build-append \ |
31 | 30 | port:py${python.version}-setuptools |
32 | 31 | depends_lib-append \ |
| 32 | port:py${python.version}-asn1 \ |
33 | 33 | port:py${python.version}-bcdoc \ |
34 | 34 | port:py${python.version}-botocore \ |
35 | 35 | port:py${python.version}-colorama \ |
36 | 36 | port:py${python.version}-dateutil \ |
| 37 | port:py${python.version}-docutils \ |
37 | 38 | port:py${python.version}-jmespath \ |
38 | 39 | port:py${python.version}-rsa \ |
39 | 40 | port:py${python.version}-six |