# -*- 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-s3transfer
version             0.13.1
revision            0

checksums           rmd160  a5935604d19988111946dc4dd3f96a57b7599d95 \
                    sha256  c3fdba22ba1bd367922f27ec8032d6a1cf5f10c934fb5d68cf60fd5a23d936cf \
                    size    150589

platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         {emcrisostomo @emcrisostomo} openmaintainer

description         An Amazon S3 Transfer Manager
long_description    {*}${description}

homepage            https://github.com/boto/${python.rootname}

python.versions     39 310 311 312 313

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

    test.run        yes
}
