Files
macosx12345 ab40022acc py-openstackclient and dependencies: New ports
Also update py-novaclient to 17.2.0
2020-07-30 10:02:22 -05:00

46 lines
1.7 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 4.1.0
categories-append net
platforms darwin
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/
master_sites pypi:p/python-keystoneclient/
distname python-keystoneclient-${version}
checksums md5 3504f6d29b60d77da8d2a14dd4b87fb0 \
rmd160 b974b9fa4ced95f37ab0b22f7b30930cbbeeec04 \
sha256 7b9b99021358a4db20673d338ba42bc2bd8e7e969cfd777f68c600ae6a39cb1b \
size 317929
python.versions 36 37 38
if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-setuptools \
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}-requests \
port:py${python.version}-six \
port:py${python.version}-stevedore
livecheck.type none
} else {
livecheck.name python-keystoneclient
}