You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.0 KiB
Tcl
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
|
|
}
|