# -*- 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.2.3 platforms darwin license Apache-2 maintainers nomaintainer description The AWS SDK for Python long_description ${description} homepage https://github.com/boto/boto3 master_sites pypi:b/boto3 distname boto3-${version} checksums rmd160 adcc22281811c6722c35ab4808a65d0bea20834a \ sha256 091206847d296520e5ec57706a5e4b428d017352eb3168c6bcb9a1ac9feab224 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 pypi }