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.7 KiB
Tcl
41 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-openstacksdk
|
|
version 4.7.2
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Client library for building applications to work with OpenStack clouds
|
|
long_description {*}${description}
|
|
homepage https://docs.openstack.org/openstacksdk/
|
|
checksums rmd160 f01f3d2d6d8153087c5652d3bcc7c666dc737067 \
|
|
sha256 de9cb22f56ef5c60187901f1ffff4e5bd11995e846ba7da4f739e7b76bfd49bc \
|
|
size 1297400
|
|
|
|
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}-cryptography \
|
|
port:py${python.version}-decorator \
|
|
port:py${python.version}-dogpile-cache \
|
|
port:py${python.version}-iso8601 \
|
|
port:py${python.version}-jmespath \
|
|
port:py${python.version}-jsonpatch \
|
|
port:py${python.version}-keystoneauth1 \
|
|
port:py${python.version}-os-service-types \
|
|
port:py${python.version}-platformdirs \
|
|
port:py${python.version}-psutil \
|
|
port:py${python.version}-requestsexceptions \
|
|
port:py${python.version}-typing_extensions \
|
|
port:py${python.version}-yaml
|
|
}
|