# -*- 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 5.2.1 categories-append net maintainers nomaintainer license Apache-2 supported_archs noarch platforms {darwin any} description Tools for authenticating to an OpenStack-based cloud long_description {*}${description} homepage https://docs.openstack.org/keystoneauth/latest/ checksums rmd160 4b86b0db42314591fb9bb6e6219ec2ff193b2f0f \ sha256 f79b1c27ed5a69be4d03a5bc4967df3dfab0c5d76e85226fa2060cffadff74a1 \ size 273214 python.versions 38 39 310 311 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 }