# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        enthought chaco 4.5.0

name                py-chaco
categories-append   devel
license             BSD PSF
maintainers         {gmail.com:jjstickel @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  846a6673a63a14b5221c9e51b1d9fb12871ef3aa \
                    sha256  f07008ac77997438762fc5d80caf85ba83c3761a0f45b12605ffd5dc7b385608

python.versions     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
}