[110938] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Sep 10 12:46:13 PDT 2013


Revision: 110938
          https://trac.macports.org/changeset/110938
Author:   macsforever2000 at macports.org
Date:     2013-09-10 12:46:13 -0700 (Tue, 10 Sep 2013)
Log Message:
-----------
py-saga: New port. (#40355)

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

Added: trunk/dports/python/py-saga/Portfile
===================================================================
--- trunk/dports/python/py-saga/Portfile	                        (rev 0)
+++ trunk/dports/python/py-saga/Portfile	2013-09-10 19:46:13 UTC (rev 110938)
@@ -0,0 +1,40 @@
+# -*- 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-saga
+version             0.9.10
+categories-append   net science
+platforms           darwin
+
+maintainers         bo.ingv.it:Peter.Danecek openmaintainer
+
+license             MIT
+
+description         A Simple API for Grid and Distributed Applications
+
+long_description    SAGA (Simple API for Grid Applications) defines a \
+                    high-level interface to the most commonly used distributed \
+                    computing functionality. SAGA-Python provides a Python \
+                    module that is compliant with the OGF GFD.90 SAGA \
+                    specification. It's main focus is ease of use and simple \
+                    user-space deployment in heterogeneous distributed computing \
+                    environments. It supports a wide range of application \
+                    use-cases from simple, uncoupled tasks to complex workflows.
+
+homepage            http://saga-project.github.io/saga-python/
+
+distname            saga-python-${version}
+master_sites        http://pypi.python.org/packages/source/s/saga-python/
+
+checksums           md5     b1fcb29fe758375908f2c866d75857c1 \
+                    rmd160  26cae7037358f3e97afdf69c6af08fb2fc33c1f2 \
+                    sha256  5cd7202a27c820930147e91a3d16b6bf686097eac87563d9090f7a368c503fdb
+
+python.versions     26 27 31 32 33
+
+if {${subport} != ${name}} {
+    depends_build         port:py${python.version}-setuptools
+}


Property changes on: trunk/dports/python/py-saga/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/20130910/fd9f135a/attachment.html>


More information about the macports-changes mailing list