Source
# -*- 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 kennethreitz clint 0.5.1 v
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
python.versions 27 34
if {${name} ne ${subport}} {
livecheck.type none
}