You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.6 KiB
Tcl
41 lines
1.6 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-keystoneclient
|
|
version 5.6.0
|
|
categories-append net
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
supported_archs noarch
|
|
|
|
description Client for the OpenStack Identity API
|
|
long_description {*}${description}
|
|
homepage https://docs.openstack.org/python-keystoneclient/latest/
|
|
python.rootname python-keystoneclient
|
|
distname python_keystoneclient-${version}
|
|
checksums md5 fd5336428ed27a1413365c662cdce9c9 \
|
|
rmd160 26b80b1869b3dbad0bf2ccd0d21fc9361b601bb6 \
|
|
sha256 721de2aec7710076389c674ee27b6712e97d86c7e0ff487b0b4409c8fcee10e7 \
|
|
size 322179
|
|
|
|
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}-debtcollector \
|
|
port:py${python.version}-keystoneauth1 \
|
|
port:py${python.version}-oslo-config \
|
|
port:py${python.version}-oslo-i18n \
|
|
port:py${python.version}-oslo-serialization \
|
|
port:py${python.version}-oslo-utils \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-stevedore
|
|
}
|