# -*- 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.45.0 revision 0 categories-append net platforms darwin license MIT supported_archs noarch python.versions 27 34 35 36 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 2ae400bf8f00712f3167df69e0c92c38b43676dc \ sha256 053d64727b3bd7d24a64163d28feaa044257c5f49343f2c6cdd991c9fd4aab3b if {${name} ne ${subport}} { post-destroot { if {[file exists ${destroot}${python.pkgd}/tests]} { delete ${destroot}${python.pkgd}/tests } } livecheck.type none }