# -*- 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-oslo-config
version             9.7.1
platforms           {darwin any}
maintainers         nomaintainer
license             Apache-2
supported_archs     noarch

description         Oslo Configuration Library
long_description    {*}${description}
homepage            https://docs.openstack.org/oslo.config/latest/
python.rootname     oslo.config
distname            oslo_config-${version}
checksums           md5     5ff5ce394addc9cf84885c48aba03aca \
                    rmd160  0812d883f1c1817b464e0801adb9eabef46300c8 \
                    sha256  5558b34bcc2b52f2208e80fcad955a4f7b2c41bb245b6451d43a621ad1263bbd \
                    size    164787

python.versions     310 311 312 313

if {${subport} ne ${name}} {
    depends_build-append \
                    port:py${python.version}-pbr

    depends_run-append \
                    port:py${python.version}-debtcollector \
                    port:py${python.version}-netaddr \
                    port:py${python.version}-stevedore \
                    port:py${python.version}-oslo-i18n \
                    port:py${python.version}-rfc3986 \
                    port:py${python.version}-yaml \
                    port:py${python.version}-requests
}
