# -*- 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-kubernetes
version             34.1.0
revision            0

homepage            https://github.com/kubernetes-client/python

description         Official Python Client Library for Kubernetes

long_description    {*}${description}

license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
platforms           {darwin any}
supported_archs     noarch
categories-append   sysutils

python.versions     310 311

checksums           rmd160  266fa31d400167f3c4d254b279dbb1ebb86ce20d \
                    sha256  8fe8edb0b5d290a2f3ac06596b23f87c658977d46b5f8df9d0f4ea83d0003912 \
                    size    1083771

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-certifi \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-google-auth \
                    port:py${python.version}-requests \
                    port:py${python.version}-requests-oauthlib \
                    port:py${python.version}-six \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-websocket-client \
                    port:py${python.version}-durationpy \
                    port:py${python.version}-yaml
}
