# -*- 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-os-service-types
version             1.7.0
categories-append   net
maintainers         nomaintainer
license             Apache-2
supported_archs     noarch
platforms           {darwin any}

description         Library for consuming OpenStack sevice-types-authority data
long_description    Python library for consuming OpenStack \
                    sevice-types-authority data
homepage            https://docs.openstack.org/os-service-types/latest/
checksums           rmd160  7f8b29835237773138d4902eba57d02422bdca11 \
                    sha256  31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c \
                    size    24474

python.versions     39 310 311 312 313

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