# -*- 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-keystoneauth1
version             4.2.0
categories-append   net
platforms           darwin
maintainers         nomaintainer
license             Apache-2
supported_archs     noarch

description         Tools for authenticating to an OpenStack-based cloud
long_description    ${description}
homepage            https://docs.openstack.org/keystoneauth/latest/
checksums           md5     95c430cfe11986bff7b8d133184d1e14 \
                    rmd160  4aadc7a93a4a1b87764b0c11ba908431644352bd \
                    sha256  000ffd0d752f13eb235dae06f5f5dea16a2ca1f737fe3339632bd696b12489f7 \
                    size    256375

python.versions     36 37 38

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

    depends_run-append \
                    port:py${python.version}-iso8601 \
                    port:py${python.version}-requests \
                    port:py${python.version}-six \
                    port:py${python.version}-stevedore \
                    port:py${python.version}-os-service-types
}
