[104681] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Mar 31 06:18:41 PDT 2013


Revision: 104681
          https://trac.macports.org/changeset/104681
Author:   stromnov at macports.org
Date:     2013-03-31 06:18:41 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
py-joblib: new port

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

Added: trunk/dports/python/py-joblib/Portfile
===================================================================
--- trunk/dports/python/py-joblib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-joblib/Portfile	2013-03-31 13:18:41 UTC (rev 104681)
@@ -0,0 +1,43 @@
+# -*- 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-joblib
+version             0.7.0d
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     26 27 32 33
+
+maintainers         stromnov openmaintainer
+
+description         Lightweight pipelining: using Python functions as pipeline jobs.
+
+long_description    Joblib is a set of tools to provide lightweight \
+                    pipelining  in Python. In particular, joblib offers: \
+                    transparent disk-caching of the output values and lazy \
+                    re-evaluation (memoize pattern), easy simple parallel \
+                    computing logging and tracing of the execution.
+
+homepage            http://packages.python.org/joblib/
+master_sites        http://pypi.python.org/packages/source/j/joblib/
+
+checksums           rmd160  6444cbfecf1df01c4bd268f6434513b94cdb04d9 \
+                    sha256  1eef2ff1a8dff32f4204e9ae2bd6c2348e1e4dfdef12baf26b3f5fa0eb933c27
+
+distname            joblib-${version}
+
+if {$subport != $name} {
+    depends_build-append port:py${python.version}-distribute
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "joblib-(\\d+(?:\\.\\d+)*\[a-z\]?)${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-joblib/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/20130331/433f9e88/attachment-0001.html>


More information about the macports-changes mailing list