# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-tabulate version 0.7.5 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Pretty-print tabular data long_description ${description} homepage https://bitbucket.org/astanin/python-tabulate master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 04e667279fa4bf1bddc365a5e8c99d4d2de0cbea \ sha256 9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }