[141394] trunk/dports/python/py-joblib/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 01:20:47 PST 2015


Revision: 141394
          https://trac.macports.org/changeset/141394
Author:   stromnov at macports.org
Date:     2015-10-17 04:01:25 -0700 (Sat, 17 Oct 2015)
Log Message:
-----------
py-joblib: update to version 0.9.2

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

Modified: trunk/dports/python/py-joblib/Portfile
===================================================================
--- trunk/dports/python/py-joblib/Portfile	2015-10-17 09:52:38 UTC (rev 141393)
+++ trunk/dports/python/py-joblib/Portfile	2015-10-17 11:01:25 UTC (rev 141394)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-joblib
-version             0.8.4
+version             0.9.2
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -25,19 +25,17 @@
                     computing logging and tracing of the execution.
 
 homepage            http://packages.python.org/joblib/
-master_sites        https://pypi.python.org/packages/source/j/joblib/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            joblib-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  845dae00302d32128ccac2dec2b23c8b7d1f290b \
-                    sha256  f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b
+checksums           rmd160  b2a8b528aa485a2898c1ceb78376a47124c7e14e \
+                    sha256  aa20324c09428e35a93517156b5355aa69e070661cdcb3c983249c814d5f7b84
 
 if {${name} ne ${subport}} {
     depends_build-append port:py${python.version}-setuptools
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/joblib/json
-    livecheck.regex     {joblib-(\d+(?:\.\d+)*[a-z]?)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/9ac98186/attachment.html>


More information about the macports-changes mailing list