Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py-boto3 1.2.3->1.4.4; enable for py 35 & 36
Added a dependency on py-s3transfer.
  • Loading branch information
akkornel authored and tobypeterson committed Feb 9, 2017
1 parent 1a696ee commit 46ac56e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions python/py-boto3/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-boto3
version 1.2.3
version 1.4.4
platforms darwin
license Apache-2
maintainers nomaintainer
Expand All @@ -16,17 +16,18 @@ homepage https://github.com/boto/boto3
master_sites pypi:b/boto3
distname boto3-${version}

checksums rmd160 adcc22281811c6722c35ab4808a65d0bea20834a \
sha256 091206847d296520e5ec57706a5e4b428d017352eb3168c6bcb9a1ac9feab224
checksums rmd160 d2c86bd6fc4e25b6cf45fb8c5bf7159774c18a66 \
sha256 518f724c4758e5a5bed114fbcbd1cf470a15306d416ff421a025b76f1d390939

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

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-botocore \
port:py${python.version}-jmespath
port:py${python.version}-jmespath \
port:py${python.version}-s3transfer

livecheck.type none
} else {
Expand Down

0 comments on commit 46ac56e

Please sign in to comment.