# -*- 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 79117 2011-06-02 20:50:38Z robitaille@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name                py26-asciitable
version             0.6.0
maintainers         robitaille stsci.edu:mperrin

categories-append   science
description         An extensible ASCII table reader and writer
long_description    ${description}

platforms           darwin

homepage            http://cxc.harvard.edu/contrib/asciitable/
master_sites        http://pypi.python.org/packages/source/a/asciitable/
distname            asciitable-${version}
checksums           md5  1bc50c8e8204cb6ed016115e8e4cabfa \
                    sha1  14387234324acd00cee8ddcb96b427dcf8c8eb21 \
                    rmd160  70266af19638d0a2146583ba53f6612fd443cf13

depends_run-append  port:py26-numpy
