# -*- 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-blockcanvas version 4.0.1 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 homepage http://github.enthought.com/blockcanvas master_sites http://www.enthought.com/repo/ets/ distname blockcanvas-${version} checksums md5 b397dec9e83423f19349aebbcb9c3f75 \ sha1 90003d92d77f3c7254ea1f5d34c0d00d527dcb77 \ rmd160 62dd66603eebbfdd67156e8c33b65f657b1015c7 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { 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 }