# -*- 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-i18n
python.rootname     oslo.i18n
version             6.5.1

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

description         Common utility type functions
long_description    The oslo.utils library provides support for common \
                    utility type functions, such as encoding, exception \
                    handling, string manipulation, and time handling.
homepage            https://docs.openstack.org/oslo.i18n/latest/
distname            oslo_i18n-${version}

checksums           rmd160  d6eda675a8d44ac873875e5bdb06d2197fd66b3d \
                    sha256  ea856a70c5af7c76efb6590994231289deabe23be8477159d37901cef33b109d \
                    size    48000

python.versions     39 310 311 312 313

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