# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        rubik mando 0.6.4 v
name                py-${name}
maintainers         {g5pw @g5pw} openmaintainer
categories          python
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.
platforms           darwin
license             MIT
homepage            https://mando.readthedocs.org/
supported_archs     noarch

python.versions     27 35 36

if { ${name} ne ${subport} } {
    depends_build-append \
                        port:py${python.version}-setuptools
    depends_lib-append \
                        port:py${python.version}-six

    checksums           rmd160  78afc9dcb259f5390da761bdb500e8244ec5af3f \
                        sha256  9fb72b95a9d86148acf4a2c5d585fbffc101926347ebf0aa91d4475c0b375ceb \
                        size    36577

    livecheck.type      none
}
