# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-boto3 version 1.1.0 platforms darwin license Apache-2 maintainers nomaintainer description The AWS SDK for Python long_description ${description} homepage https://github.com/boto/boto3 master_sites https://pypi.python.org/packages/source/b/boto3 distname boto3-1.1.0 checksums rmd160 98e665d8aa573ef06d736a47babd756f2ca6d8f8 \ sha256 4de7b9216bc9b02ab9b3841be60f9cd7469d750d3886f1b162ebf9344a60dad0 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-botocore \ port:py${python.version}-jmespath livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} }