# -*- 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.42.12
revision            0

supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         {judaew @judaew} \
                    {emcrisostomo @emcrisostomo} openmaintainer

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  21300a5cad7ab78eeee73db846c55e7e16feab03 \
                    sha256  1f9f63c3d6bb1f768519da30d6018706443c5d8af5472274d183a4945f3d81f8 \
                    size    14879004

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-jmespath \
                    port:py${python.version}-urllib3

    test.run        yes
    python.test_framework
    test.cmd        ${python.bin} -c
    test.target     \"import botocore\"
}
