# -*- 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-boto
version             2.49.0
revision            0

categories-append   net
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         Python interface to Amazon's Web Services
long_description    {*}${description}

homepage            https://boto.cloudhackers.com/en/latest/

checksums           rmd160  f141b0cd09909e9976f044fe4c6f076d3a91afe9 \
                    sha256  ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a \
                    size    1478498

python.versions     39

if {${name} ne ${subport}} {
    post-destroot {
        if {[file exists ${destroot}${python.pkgd}/tests]} {
            delete ${destroot}${python.pkgd}/tests
        }
    }
}
