You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
ab40022acc
Also update py-novaclient to 17.2.0
39 lines
1.5 KiB
Tcl
39 lines
1.5 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-cliff
|
|
version 3.3.0
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
supported_archs noarch
|
|
|
|
description Command Line Interface Formulation Framework
|
|
long_description cliff is a framework for building command line \
|
|
programs. It uses setuptools entry points to \
|
|
provide subcommands, output formatters, and other \
|
|
extensions.
|
|
homepage https://docs.openstack.org/cliff/latest/
|
|
checksums md5 0e935a090e19358973fdbcc4dfbcdaab \
|
|
rmd160 131952d0886ea27d1b4225c3065c2ee5467cc63d \
|
|
sha256 611595ad7b4bdf57aa252027796dac3273ab0f4bc1511e839cce230a351cb710 \
|
|
size 79680
|
|
|
|
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}-cmd2 \
|
|
port:py${python.version}-prettytable \
|
|
port:py${python.version}-parsing \
|
|
port:py${python.version}-six \
|
|
port:py${python.version}-stevedore \
|
|
port:py${python.version}-yaml
|
|
}
|