# -*- 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-openstackclient version 6.2.0 categories-append net platforms {darwin any} maintainers nomaintainer license Apache-2 supported_archs noarch description Command-line client for OpenStack long_description OpenStackClient (aka OSC) is a command-line \ client for OpenStack that brings the command set \ for Compute, Identity, Image, Network, Object \ Store and Block Storage APIs together in a single \ shell with a uniform command structure. homepage https://docs.openstack.org/python-openstackclient/latest/ python.rootname python-openstackclient checksums md5 9c4db008494d1da9c06e6b97013aa827 \ rmd160 cd6c5587661b10f8c6ecf98fb70b237e13f5520d \ sha256 7c53abe1b73b453f59da7b73679c3b759b48e51b8b054864b5fdea2ea82727d6 \ size 886194 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}-cliff \ port:py${python.version}-openstacksdk \ port:py${python.version}-osc-lib \ port:py${python.version}-oslo-i18n \ port:py${python.version}-oslo-utils \ port:py${python.version}-keystoneclient \ port:py${python.version}-novaclient \ port:py${python.version}-cinderclient \ port:py${python.version}-stevedore }