# -*- 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.17.12
revision            0

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

checksums           rmd160  b252ea4504ba26c58c48167501650ecadce89e78 \
                    sha256  62f06cd1e7a78d8aaa4e527c327653e9a6c1af415b59836048a90c28a27e5f09 \
                    size    100083

python.versions     27 35 36 37 38 39

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
}
