# -*- 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-cleo
version             0.8.1
revision            0
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.versions     37 38 39

maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer

description         Cleo allows you to create beautiful and testable \
                    command-line interfaces.

long_description    Create beautiful and testable command-line interfaces. \
                    \
                    Cleo is mostly a higher level wrapper for CliKit, so a \
                    lot of the components and utilities comes from it. \
                    Refer to its documentation for more information.

homepage            https://github.com/sdispater/cleo

checksums           rmd160  caac45fd7471b60d2eae562fa8706e499b216228 \
                    sha256  3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f \
                    size    19159

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

    depends_lib-append      port:py${python.version}-clikit

    livecheck.type          none
}
