py-openstackclient: update to 8.0.0 and add py31[2,3] subports

This commit is contained in:
someuser12
2025-04-29 02:03:13 +02:00
committed by Renee Otten
parent d53c262dad
commit 6a2cd4561c
+10 -9
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-openstackclient
version 6.2.0
version 8.0.0
categories-append net
platforms {darwin any}
maintainers nomaintainer
@@ -19,26 +19,27 @@ long_description OpenStackClient (aka OSC) is a command-line \
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
distname python_openstackclient-${version}
checksums md5 206372f2e4b8e15da33bb2b90636a9eb \
rmd160 f03d783c16d7bf2754e85e2b39b55de16bec184c \
sha256 5b7a5e06893f833b5d296d019c50d42c7368e37748ee6be8e9b15655b999424e \
size 914450
python.versions 39 310 311
python.versions 39 310 311 312 313
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}-cryptography \
port:py${python.version}-iso8601 \
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}-requests \
port:py${python.version}-stevedore
}