# -*- 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-botocore version 1.12.116 revision 0 platforms darwin supported_archs noarch license Apache-2 maintainers nomaintainer description Low level data driven core of boto 3. long_description A low-level interface to a growing number of Amazon Web \ Services. The botocore package is the foundation for the \ AWS CLI as well as boto3. homepage https://github.com/boto/botocore master_sites pypi:b/botocore distname ${python.rootname}-${version} checksums rmd160 6315911b69ead8de43976ae8d2fbaf687470eddf \ sha256 b0e79b61dda7fb5f05949a4fe319d44108e0ba6db41775d909b891e6992d5a06 \ size 5472929 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-dateutil \ port:py${python.version}-docutils \ port:py${python.version}-jmespath \ port:py${python.version}-urllib3 depends_test-append port:py${python.version}-mock test.run yes livecheck.type none }