# -*- 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-botocore version 1.3.21 platforms darwin license Apache-2 maintainers pixilla openmaintainer description Low level data driven core of boto 3. long_description ${description} homepage https://github.com/boto/botocore master_sites pypi:b/botocore distname ${python.rootname}-${version} checksums rmd160 6e8b19496da996f93a324e53592c1760737b9000 \ sha256 ca3a5bcf0e1504137bc8b4322ae305e1b0e3b85e76480df9f79a4f3b39517788 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools test.run yes # test.target check livecheck.type none } else { livecheck.type pypi }