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

stromnov at macports.org stromnov at macports.org
Sun Mar 8 13:59:00 PDT 2015


Revision: 133683
          https://trac.macports.org/changeset/133683
Author:   stromnov at macports.org
Date:     2015-03-08 13:59:00 -0700 (Sun, 08 Mar 2015)
Log Message:
-----------
py-scikit-image: update to version 0.11.2

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

Modified: trunk/dports/python/py-scikit-image/Portfile
===================================================================
--- trunk/dports/python/py-scikit-image/Portfile	2015-03-08 20:29:34 UTC (rev 133682)
+++ trunk/dports/python/py-scikit-image/Portfile	2015-03-08 20:59:00 UTC (rev 133683)
@@ -3,10 +3,9 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup           github 1.0
 
-github.setup        scikit-image scikit-image 0.10.1 v
-name                py-${name}
+name                py-scikit-image
+version             0.11.2
 revision            0
 categories-append   science
 platforms           darwin
@@ -23,19 +22,29 @@
                     object detection, etc.
 
 homepage            http://scikit-image.org/
+master_sites        https://pypi.python.org/packages/source/s/scikit-image/
 
-checksums           rmd160  554942c85e33304aed9add8015c08680f64c23cb \
-                    sha256  fa1475c1ba7418049bfed91951ba0936c47d2be16f1b963bb8a56d30fb903830
+distname            scikit-image-${version}
 
+checksums           rmd160  f2cccc19ff9e17b305ddce5a7015dbe1b565a378 \
+                    sha256  d47be27d9e833ac50aadb52390c6b41792e33e1544ebdf6b449e604cbe09c712
+
 if {${name} ne ${subport}} {
     depends_build-append \
+                        port:py${python.version}-setuptools \
                         port:py${python.version}-cython
 
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-six \
+    depends_lib-append  port:py${python.version}-six \
                         port:py${python.version}-numpy
 
-    depends_run-append  port:py${python.version}-scipy
+    depends_run-append  port:py${python.version}-scipy \
+                        port:py${python.version}-matplotlib \
+                        port:py${python.version}-networkx \
+                        path:${python.pkgd}/PIL:py${python.version}-Pillow
 
     livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/scikit-image/json
+    livecheck.regex     {scikit-image-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150308/069164e0/attachment.html>


More information about the macports-changes mailing list