[128433] trunk/dports/python

snc at macports.org snc at macports.org
Thu Nov 20 20:36:07 PST 2014


Revision: 128433
          https://trac.macports.org/changeset/128433
Author:   snc at macports.org
Date:     2014-11-20 20:36:07 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
py-ioflo: create py-ioflo, #45957

Added Paths:
-----------
    trunk/dports/python/py-ioflo/
    trunk/dports/python/py-ioflo/Portfile
    trunk/dports/python/py-ioflo/files/
    trunk/dports/python/py-ioflo/ioflo27
    trunk/dports/python/py-ioflo/ioflo34

Added: trunk/dports/python/py-ioflo/Portfile
===================================================================
--- trunk/dports/python/py-ioflo/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ioflo/Portfile	2014-11-21 04:36:07 UTC (rev 128433)
@@ -0,0 +1,60 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+PortGroup           select 1.0
+
+set realname        ioflo
+
+github.setup        ioflo ioflo 1.0.2 v
+name                py-ioflo
+categories-append   lang
+platforms           darwin
+maintainers         saltstack.com:cr
+license             Apache-2
+supported_archs     noarch
+distname            v1.0.2
+
+description         ioflo is a framework and DSL for building reasoning \
+                    automation systems.
+
+long_description    IoFlo is a magically powerful open interoperable software \
+                    framework that enables non experts to intelligently \
+                    automate their own programmable world. IoFlo has its roots \
+                    in the research and development of autonomous underwater \
+                    vehicles, autonomic ships, and automated buildings. These \
+                    are cool applications that can be scarily complex. That \
+                    complexity was the prime motivation for IoFlo and its \
+                    ancestors, to make programming autonomous/autonomic systems \
+                    easy even for people without PhDs.
+
+homepage            http://ioflo.com
+
+
+python.versions 27 34
+python.default_version 27
+
+checksums           rmd160 bb99fc946fd6f1b3ffd81cc9ac5508918fc86213 \
+                    sha256 9fb388505b551b057c62a4bf4d5b33b0cb72a593b2d4a5018ac5eced9f0be5a5
+
+if {${name} ne ${subport}} {
+    depends_lib-append port:py${python.version}-setuptools
+    depends_run        port:ioflo_select
+
+    post-destroot {
+        delete ${destroot}${prefix}/bin/ioflo[string range ${python.version} 0 end-1]-${python.branch}
+        delete ${destroot}${prefix}/bin/ioflo${python.branch}-${python.branch}
+    }
+
+    select.group        ${realname}
+    select.file         ${filespath}/${realname}${python.version}
+
+    notes "
+    To make the Python ${python.branch} version of ioflo the one that is run \
+    when you execute the commands without a version suffix, e.g. 'ioflo', run:
+
+    port select --set ${select.group} [file tail ${select.file}]
+    "
+}


Property changes on: trunk/dports/python/py-ioflo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-ioflo/ioflo27
===================================================================
--- trunk/dports/python/py-ioflo/ioflo27	                        (rev 0)
+++ trunk/dports/python/py-ioflo/ioflo27	2014-11-21 04:36:07 UTC (rev 128433)
@@ -0,0 +1 @@
+bin/ioflo-2.7
\ No newline at end of file

Added: trunk/dports/python/py-ioflo/ioflo34
===================================================================
--- trunk/dports/python/py-ioflo/ioflo34	                        (rev 0)
+++ trunk/dports/python/py-ioflo/ioflo34	2014-11-21 04:36:07 UTC (rev 128433)
@@ -0,0 +1 @@
+bin/ioflo-3.4
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/72fd653e/attachment-0001.html>


More information about the macports-changes mailing list