# -*- 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: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-prettytable
version             0.6.1
maintainers         nomaintainer
platforms           darwin
license             BSD
supported_archs     noarch

description         A simple Python library for easily displaying tabular \
                    data in a visually appealing ASCII table format.
long_description    PrettyTable is a simple Python library designed to make \
                    it quick and easy to represent tabular data in visually \
                    appealing ASCII tables. It was inspired by the ASCII \
                    tables used in the PostgreSQL shell psql. PrettyTable \
                    allows for selection of which columns are to be printed, \
                    independent alignment of columns (left or right justified \
                    or centred) and printing of "sub-tables" by specifying a \
                    row range.
categories-append   textproc

homepage            http://pypi.python.org/pypi/PrettyTable
master_sites        http://pypi.python.org/packages/source/P/PrettyTable
distname            prettytable-${version}

depends_build       port:py27-setuptools

checksums           rmd160  bd1ba3653d6665dec40f0954bc371aab19dc4353 \
                    sha256  4085e520da758d6e22e115377ca5d3723f04fb186303879ab98277070444a9cb

