# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-chaco version 4.1.0 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\ interactive data visualization and exploration. homepage https://github.com/enthought/chaco master_sites http://www.enthought.com/repo/ets/ distname chaco-${version} checksums sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7 \ rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute depends_lib-append port:py${python.version}-enable \ port:py${python.version}-numpy }