# -*- 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 82185 2011-08-10 01:00:35Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	python26 1.0

name                py26-chaco
version             3.3.2
categories-append   devel
maintainers         nomaintainer
platforms           darwin

description         The Enthought chaco package for 2-D plotting
long_description    Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all \
                    levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex \
                    data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots \
                    for publication and presentation, it also works well for interactive data visualization and exploration.

homepage            http://code.enthought.com/projects/chaco/
master_sites        http://www.enthought.com/repo/ets/
distname            Chaco-${version}

checksums           md5     18bbcc5e06dcfc6f29933d6b44d50a89 \
                    sha1    ea902ffe0e07d87b1add5d0df4b93d74d7c23054 \
                    rmd160  06ad58baf2887d757cae8b239da421a464f49569

depends_build-append \
                    port:py26-distribute
depends_lib-append \
                    port:py26-numpy \
                    port:py26-enthoughtbase \
                    port:py26-enable
