# -*- 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 88422 2012-01-02 01:18:04Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-prettytable
version             0.5
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   python text

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

depends_build       port:py27-distribute

checksums           rmd160  7843bf72243da43287caecdaa1956d80b7372ffd \
                    sha256  52dbc76b9fdc53f6386ce9380a93653dbff20717296605449b86a73f426b7d8b
