# -*- 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-cmd2 version 2.4.3 revision 0 maintainers nomaintainer license MIT supported_archs noarch platforms {darwin any} description Tool for building interactive command line applications in Python long_description {*}${description} homepage https://github.com/python-cmd2/cmd2 checksums rmd160 ae288a0e0921eb5d23480d44259f35e176d6458b \ sha256 71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52 \ size 678661 python.versions 38 39 310 311 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append \ port:py${python.version}-attrs \ port:py${python.version}-pyperclip \ port:py${python.version}-wcwidth }