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

github.setup        kennethreitz clint 0.5.1 v
revision            0
name                py-clint

categories-append   devel
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Clint: Python Command-line Application Tools
long_description    Clint is a module filled with a set of awesome \
                    tools for developing commandline applications.

checksums           rmd160  c6427bb99dba2c897e35806d71c302215980261a \
                    sha256  079039920bc0b2cc766356dfa9cb3a5a365b10c17aab693ada1f0b9041c10e28 \
                    size    81136

deprecated.upstream_support no
python.versions     27 35 36 37

if {${name} ne ${subport}} {
    test.run        yes
    test.env        PYTHONPATH=${worksrcpath}/build/lib
    test.cmd        ${python.bin} test_clint.py
    test.target

    livecheck.type  none
}