Files
2024-04-07 22:15:22 -04:00

34 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-mando
version 0.7.1
revision 0
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description Create Python CLI apps with little to no effort at all!
long_description mando is a wrapper around argparse, and allows you to write \
complete CLI applications in seconds while maintaining all \
the flexibility.
homepage https://mando.readthedocs.org/
checksums rmd160 a8d8c5a4ae26806a41f42ba2c305a4796e1a0afb \
sha256 18baa999b4b613faefb00eac4efadcf14f510b59b924b66e08289aa1de8c3500 \
size 37868
python.versions 310 311 312
if { ${name} ne ${subport} } {
depends_lib-append \
port:py${python.version}-six
test.run yes
}