Files
2021-02-24 11:14:40 +00:00

35 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-decli
version 0.5.2
platforms darwin
license MIT
supported_archs noarch
maintainers {@harens gmail.com:harensdeveloper} \
openmaintainer
description Minimal declarative cli tool
long_description Decli is minimal wrapper around argparse. It's useful when writing \
big applications that have many arguments and subcommands, this way \
it'll be more clear.
homepage https://github.com/Woile/decli
checksums rmd160 aba6ffb7a31e624e0e1e63b5577326126d919821 \
sha256 f2cde55034a75c819c630c7655a844c612f2598c42c21299160465df6ad463ad \
size 10575
python.versions 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}