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

categories-append   net

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

description         Oracle Cloud Infrastructure Python SDK
long_description    {*}${description}

homepage            https://docs.oracle.com/en-us/iaas/tools/python/latest/index.html

checksums           rmd160  a74ebee07f2195da2a31e1d039ec039ed211c437 \
                    sha256  fc42782724b7472fdb80dc2d9c87a8a0432edf909895196cb8c8e4fbac2f3bb4 \
                    size    12938905

python.versions     310 311

if {${subport} ne ${name}} {
    depends_run-append \
                    port:py${python.version}-tz \
                    port:py${python.version}-certifi \
                    port:py${python.version}-openssl \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-circuitbreaker
}
