[152545] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Sep 12 06:29:45 PDT 2016


Revision: 152545
          https://trac.macports.org/changeset/152545
Author:   stromnov at macports.org
Date:     2016-09-12 06:29:45 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
py-distributed: new port

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

Added: trunk/dports/python/py-distributed/Portfile
===================================================================
--- trunk/dports/python/py-distributed/Portfile	                        (rev 0)
+++ trunk/dports/python/py-distributed/Portfile	2016-09-12 13:29:45 UTC (rev 152545)
@@ -0,0 +1,56 @@
+# -*- 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-distributed
+version             1.13.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Distributed computing.
+long_description    Dask.distributed is a lightweight library for distributed \
+                    computing in Python. It extends both the concurrent.futures \
+                    and dask APIs to moderate sized clusters.
+
+homepage            http://distributed.readthedocs.io/en/latest/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  2e51a4cc4808882f36e2c5cbe6045173e9b1e379 \
+                    sha256  4b56bb96e5116099ea2e7901bb2585007ee192466c7b3638fef901d1a48a7f65
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-zict \
+                        port:py${python.version}-tornado \
+                        port:py${python.version}-toolz \
+                        port:py${python.version}-tblib \
+                        port:py${python.version}-six \
+                        port:py${python.version}-psutil \
+                        port:py${python.version}-msgpack \
+                        port:py${python.version}-locket \
+                        port:py${python.version}-dask \
+                        port:py${python.version}-cloudpickle \
+                        port:py${python.version}-click
+
+    if {${python.version} == 27} {
+        depends_lib-append  port:py${python.version}-futures \
+                            port:py${python.version}-singledispatch
+    }
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-distributed/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/20160912/a14a1d50/attachment.html>


More information about the macports-changes mailing list