# -*- 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 115807 2014-01-11 22:13:27Z mojca@macports.org $

PortSystem          1.0
PortGroup           python 1.0

PortGroup           github 1.0
github.setup        enthought chaco 4.4.1

name                py-chaco
categories-append   devel
license             BSD PSF
maintainers         gmail.com:jjstickel openmaintainer
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\
                    interactive data visualization and exploration.

checksums           rmd160  cd4541b58a50e2ba407a784be63d9a5239596538 \
                    sha256  9dc5f1a5151a41f7edb5f178e4c5f1cae678f7867e2c0198676f8d9699f46f09

python.versions     26 27

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-enable \
                            port:py${python.version}-numpy
}
