# -*- 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.3.4
revision            0
checksums           rmd160  781550aa1cc502991e99d3f2422aa2a5c505b193 \
                    sha256  7fdddb4f22275cf1d32129e21f056337fd2a80b6ccef1664528145b72c49e6d2 \
                    size    118954

platforms           darwin
license             Apache-2
maintainers         nomaintainer

description         An Amazon S3 Transfer Manager
long_description    ${description}

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

python.versions     27 35 36 37 38 39

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

    depends_lib-append \
                    port:py${python.version}-botocore

    if {${python.version} == 27} {
        depends_lib-append \
                    port:py${python.version}-futures
    }

    test.run        yes

    livecheck.type  none
}
