Files
2025-12-02 11:51:37 -05:00

34 lines
1.2 KiB
Tcl

# -*- 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.10.0
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 5d44b7032737895a18ff07e9f628e976c00232c0 \
sha256 34b870dbbcf806cdb5aec98483b62820a6568d364eca7b1174ca6a8b5a9c77ed \
size 288360
python.versions 310 311 312 313
if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-pbr
depends_run-append \
port:py${python.version}-iso8601 \
port:py${python.version}-requests \
port:py${python.version}-stevedore \
port:py${python.version}-os-service-types \
port:py${python.version}-typing_extensions
}