# -*- 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-cinderclient python.rootname python-cinderclient version 9.3.0 revision 0 categories-append net maintainers nomaintainer license Apache-2 supported_archs noarch platforms {darwin any} description Client for the OpenStack Volume API long_description Client for the OpenStack Volume API. There’s a \ Python API (the cinderclient module), and a \ command-line script (cinder). Each implements 100% \ of the OpenStack Volume API. homepage https://docs.openstack.org/python-cinderclient/latest/ checksums rmd160 51e3ca99a9aa7bde5f20adbd74413f0897b31705 \ sha256 9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88 \ size 236158 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}-prettytable \ port:py${python.version}-keystoneauth1 \ port:py${python.version}-simplejson \ port:py${python.version}-six \ port:py${python.version}-oslo-i18n \ port:py${python.version}-oslo-utils \ port:py${python.version}-requests livecheck.type none }