Files
Steven Thomas Smith 248d8c1969 py-fire: Submission
2021-03-17 21:19:46 -04:00

35 lines
1.0 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-fire
version 0.4.0
platforms darwin
license Apache-2
maintainers nomaintainer
supported_archs noarch
description A library for automatically generating command line \
interfaces.
long_description ${description}
homepage https://github.com/google/python-fire
checksums rmd160 21de86e1ac7c2108c1b1b88c8b5c7f24879f4af4 \
sha256 c5e2b8763699d1142393a46d0e3e790c5eb2f0706082df8f647878842c216a62 \
size 87684
python.versions 37 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-six \
port:py${python.version}-termcolor
livecheck.type none
}