# -*- 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.13.28 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 checksums rmd160 f56ca422030f255f5a44fea1ca60c590579ecd0c \ sha256 5a343562b52d6216dbda89b8969dcbffa4474c7df9cbe04ee7440033c1c4075b \ size 5881818 python.versions 27 35 36 37 38 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}-behave \ port:py${python.version}-jsonschema \ port:py${python.version}-mock \ port:py${python.version}-nose test.run yes livecheck.type none }