# -*- 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 PortGroup github 1.0 github.setup enthought blockcanvas 4.0.3 name py-blockcanvas categories-append devel license BSD maintainers gmail.com:jjstickel openmaintainer description The Enthought visual environment for creating simulation experiments long_description The blockcanvas project provides a visual environment for\ creating simulation experiments, where function and data\ are separated. Thus, you can define your simulation\ algorithm by visually connecting function blocks into\ a data flow network, and then run it with various data\ sets (known as contexts) likewise, you can use the same\ context in a different functional simulation. platforms darwin checksums rmd160 dd572b365898e21baeb0e728039230677e0efb7b \ sha256 01bb0eee57ea340e66132901ddea09da3b5f4a8a42ac1e4c98f282f86a897ce4 python.versions 26 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib port:py${python.version}-apptools \ port:py${python.version}-scimath \ port:py${python.version}-etsdevtools \ port:py${python.version}-chaco }