[95826] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Jul 23 23:30:42 PDT 2012


Revision: 95826
          https://trac.macports.org/changeset/95826
Author:   jmr at macports.org
Date:     2012-07-23 23:30:42 -0700 (Mon, 23 Jul 2012)
Log Message:
-----------
New port: py-blockcanvas (#33212)

Added Paths:
-----------
    trunk/dports/python/py-blockcanvas/
    trunk/dports/python/py-blockcanvas/Portfile

Added: trunk/dports/python/py-blockcanvas/Portfile
===================================================================
--- trunk/dports/python/py-blockcanvas/Portfile	                        (rev 0)
+++ trunk/dports/python/py-blockcanvas/Portfile	2012-07-24 06:30:42 UTC (rev 95826)
@@ -0,0 +1,39 @@
+# -*- 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         vcn.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}-distribute
+    depends_lib     port:py${python.version}-apptools \
+                    port:py${python.version}-scimath \
+                    port:py${python.version}-etsdevtools \
+                    port:py${python.version}-chaco
+}


Property changes on: trunk/dports/python/py-blockcanvas/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120723/e2361f2e/attachment-0001.html>


More information about the macports-changes mailing list