Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py-awscli 1.11.28->1.11.45; enable for 3.5 & 3.6
py-yaml is a new requirement.
py-jmespath is no longer a direct requirement:
py-botocore already requires py-jmespath, and this port requires py-botocore.
  • Loading branch information
akkornel authored and tobypeterson committed Feb 9, 2017
1 parent 46ac56e commit 3400904
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/py-awscli/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-awscli
version 1.11.28
version 1.11.45
platforms darwin
license Apache-2
maintainers pixilla openmaintainer
Expand All @@ -16,10 +16,10 @@ homepage http://aws.amazon.com/cli/
master_sites pypi:a/awscli
distname awscli-${version}

checksums rmd160 c2ced8f98c727692eaaa035a4872345dc4d898cf \
sha256 4f56328e3bef6618821f87db0e1fa0f584d49fde23b013da28cc2dd0ab402cff
checksums rmd160 6f7b4dd11c3102606b803250e91fc8ffea506f25 \
sha256 ca0b6c8b544a6badd0159f5204c927a370802085dcaed64e754865fd096f696b

python.versions 27 34
python.versions 27 34 35 36

if {${name} ne ${subport}} {

Expand All @@ -31,7 +31,7 @@ if {${name} ne ${subport}} {
port:py${python.version}-botocore \
port:py${python.version}-colorama \
port:py${python.version}-docutils \
port:py${python.version}-jmespath \
port:py${python.version}-yaml \
port:py${python.version}-rsa \
port:py${python.version}-s3transfer \
port:py${python.version}-yaml
Expand Down

0 comments on commit 3400904

Please sign in to comment.