# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-boto3 version 1.9.57 platforms darwin supported_archs noarch license Apache-2 maintainers {emcrisostomo @emcrisostomo} openmaintainer description The AWS SDK for Python long_description Boto3 is the Amazon Web Services (AWS) Software \ Development Kit (SDK) for Python, which allows Python \ developers to write software that makes use of services \ like Amazon S3 and Amazon EC2. homepage https://github.com/boto/boto3 master_sites pypi:b/boto3 distname boto3-${version} checksums rmd160 4ea15b11359b7fadb16deeac07e336df33d0da39 \ sha256 0a0c0f0859a2be56b23823f8c1d50abf3c89d7d4d054019f24de69eeee9ad75c \ size 93147 python.versions 27 35 36 37 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}-s3transfer livecheck.type none } else { livecheck.type pypi }