[136766] trunk/dports/python

thibaut at macports.org thibaut at macports.org
Tue May 26 01:19:23 PDT 2015


Revision: 136766
          https://trac.macports.org/changeset/136766
Author:   thibaut at macports.org
Date:     2015-05-26 01:19:22 -0700 (Tue, 26 May 2015)
Log Message:
-----------
New port: py-pyorick

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

Added: trunk/dports/python/py-pyorick/Portfile
===================================================================
--- trunk/dports/python/py-pyorick/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyorick/Portfile	2015-05-26 08:19:22 UTC (rev 136766)
@@ -0,0 +1,48 @@
+# -*- 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-pyorick
+version             1.4
+platforms           darwin
+license             BSD
+maintainers         thibaut, openmaintainer
+
+description         python connection to yorick
+
+long_description    The pyorick package starts yorick as a subprocess \
+                    and provides an interface between python and yorick \
+                    interpreted code. Features: exec or eval arbitrary \
+                    yorick code strings\; get or set yorick variables\; \
+                    call yorick functions or subroutines with python \
+                    arguments\; get or set slices of large yorick arrays\; \
+                    terminal mode to interact with yorick by keyboard \
+                    through python. Most of the data is exchanged via \
+                    binary pipes between the two interpreters. Yorick runs \
+                    in a request-reply mode. Python prints anything yorick \
+                    sends to stdout or stderr except prompts.
+
+homepage            https://github.com/dhmunro/pyorick
+master_sites        https://pypi.python.org/packages/source/p/pyorick
+distname            pyorick-1.4
+
+checksums           rmd160  563ca3a68e452a48e0f1a1dd7290dfda04f01647 \
+                    sha256  a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72
+
+depends_run         port:yorick
+
+python.versions     27 33 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_run-append  port:py${python.version}-numpy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-pyorick/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150526/866f2707/attachment.html>


More information about the macports-changes mailing list