# -*- 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-utils python.rootname oslo.utils version 6.2.0 maintainers nomaintainer license Apache-2 supported_archs noarch platforms {darwin any} description OpenStack 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.utils/latest/ checksums rmd160 2a37c08aec67c9866f8b0bf9fed1d9681a7853a7 \ sha256 fe1d166f4cb004fbd6b6bc9adfbc32aedeaf3eb54eeaf70d91a224a87543c6a5 \ size 103944 python.versions 38 39 310 311 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-pbr depends_run-append \ port:py${python.version}-six \ port:py${python.version}-iso8601 \ port:py${python.version}-oslo-i18n \ port:py${python.version}-tz \ port:py${python.version}-netaddr \ port:py${python.version}-netifaces \ port:py${python.version}-debtcollector \ port:py${python.version}-parsing \ port:py${python.version}-packaging }