# -*- 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-argh
version             0.26.2
revision            0

platforms           darwin
supported_archs     noarch
license             LGPL-3+
maintainers         {petr @petrrr} openmaintainer

description         A simple argparse wrapper
long_description    ${description}

homepage            https://github.com/neithere/${python.rootname}

checksums           rmd160  42da2aa1dfae654419acfc62db73d0fb27ecd23f \
                    sha256  e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 \
                    size    32913

python.versions     27 35 36 37 38 39

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

    livecheck.type  none
}
