# -*- 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                oci-cli
version             3.43.2
revision            0

categories          net

license             {Permissive Apache-2}
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         Command-line client for Oracle Cloud Infrastructure
long_description    The OCI CLI is a small-footprint tool that \
                    you can use on its own or with the Console to complete \
                    Oracle Cloud Infrastructure tasks. \
                    The OCI CLI provides the same core functionality as the Console, \
                    plus additional commands. Some of these, such as the ability to \
                    run scripts, extend Console functionality.

homepage            https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm

checksums           rmd160  a7a301c46f4ea85615aef0c7aa11d0b9b501f47e \
                    sha256  6b8509015ea8204884eb9ff3a7caaef60d6d3fff778e64bc631cbccc4e7b1715 \
                    size    16899360

python.default_version \
                    311

depends_build-append \
                    port:py${python.version}-setuptools

depends_lib-append \
                    port:py${python.version}-tz \
                    port:py${python.version}-oci \
                    port:py${python.version}-six \
                    port:py${python.version}-yaml \
                    port:py${python.version}-arrow \
                    port:py${python.version}-click \
                    port:py${python.version}-certifi \
                    port:py${python.version}-openssl \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-jmespath \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-prompt_toolkit \
                    port:py${python.version}-terminaltables