Files
macports-ports/python/py-fire/Portfile
2025-12-02 11:51:36 -05:00

37 lines
1.1 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.7.0
revision 0
platforms {darwin any}
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 2cc0d24dd7da78d182ec5830c01a0af85a80b133 \
sha256 961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf \
size 87189
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-termcolor
depends_test-append \
port:py${python.version}-hypothesis \
port:py${python.version}-levenshtein
test.run yes
}