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

supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         {emcrisostomo @emcrisostomo} \
                    {judaew @judaew} 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  7bd43bc2f85236737ca169480c3a106599a5313e \
                    sha256  b92d6961c352f2bb8710c9892557d4b0e11258b70967d4e740e1c97375bcd779 \
                    size    111543

python.versions     39 310 311 312 313

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