[146468] trunk/dports/python/py-scikit-image/Portfile

stromnov at macports.org stromnov at macports.org
Wed Mar 9 03:01:25 PST 2016


Revision: 146468
          https://trac.macports.org/changeset/146468
Author:   stromnov at macports.org
Date:     2016-03-09 03:01:25 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-scikit-image: update to version 0.12.3

Modified Paths:
--------------
    trunk/dports/python/py-scikit-image/Portfile

Modified: trunk/dports/python/py-scikit-image/Portfile
===================================================================
--- trunk/dports/python/py-scikit-image/Portfile	2016-03-09 10:53:22 UTC (rev 146467)
+++ trunk/dports/python/py-scikit-image/Portfile	2016-03-09 11:01:25 UTC (rev 146468)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-scikit-image
-version             0.11.3
+version             0.12.3
 revision            0
 categories-append   science
 platforms           darwin
@@ -22,12 +22,12 @@
                     object detection, etc.
 
 homepage            http://scikit-image.org/
-master_sites        https://pypi.python.org/packages/source/s/scikit-image/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            scikit-image-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  cc7afd2c65daabde4a4ff699b477e10cb9dd6e68 \
-                    sha256  768e568f3299966c294b7eb8cd114fc648f7bfaef422ee9cc750dd8d9d09e44b
+checksums           rmd160  0491aef88127dd7327e25243b2bec2bf1b8242dc \
+                    sha256  82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -44,7 +44,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/scikit-image/json
-    livecheck.regex     {scikit-image-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/f558dff7/attachment.html>


More information about the macports-changes mailing list