[146472] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Wed Mar 9 03:30:45 PST 2016
Revision: 146472
https://trac.macports.org/changeset/146472
Author: stromnov at macports.org
Date: 2016-03-09 03:30:44 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-dask: new port
Added Paths:
-----------
trunk/dports/python/py-dask/
trunk/dports/python/py-dask/Portfile
Added: trunk/dports/python/py-dask/Portfile
===================================================================
--- trunk/dports/python/py-dask/Portfile (rev 0)
+++ trunk/dports/python/py-dask/Portfile 2016-03-09 11:30:44 UTC (rev 146472)
@@ -0,0 +1,45 @@
+# -*- 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-dask
+version 0.8.0
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 34 35
+
+maintainers stromnov openmaintainer
+
+description Minimal task scheduling abstraction.
+
+long_description Dask provides multi-core execution on larger-than-memory \
+ datasets using blocked algorithms and task scheduling. \
+ It maps high-level NumPy, Pandas, and list operations on \
+ large datasets on to many operations on small in-memory \
+ datasets. It then executes these graphs in parallel on a \
+ single machine. Dask lets us use traditional NumPy, \
+ Pandas, and list programming while operating on \
+ inconveniently large data in a small amount of space.
+
+homepage http://github.com/dask/dask/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 2413528fcc2c034d2a48cb3b2891418f72542407 \
+ sha256 3cc8ac74589b13c959c9f72bfc4092aed549da08987c0ba087a64abb5d129796
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-dask/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/20160309/f8d1a1ab/attachment.html>
More information about the macports-changes
mailing list