# -*- 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
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

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

homepage            http://docs.pythonboto.org/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  f141b0cd09909e9976f044fe4c6f076d3a91afe9 \
                    sha256  ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a \
                    size    1478498

python.versions     27 35 36 37 38 39

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

    livecheck.type  none
}
