[143858] trunk/dports/python/py-mahotas/Portfile

stromnov at macports.org stromnov at macports.org
Wed Dec 23 04:02:34 PST 2015


Revision: 143858
          https://trac.macports.org/changeset/143858
Author:   stromnov at macports.org
Date:     2015-12-23 04:02:33 -0800 (Wed, 23 Dec 2015)
Log Message:
-----------
py-mahotas: update to version 1.4.1

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

Modified: trunk/dports/python/py-mahotas/Portfile
===================================================================
--- trunk/dports/python/py-mahotas/Portfile	2015-12-23 11:00:03 UTC (rev 143857)
+++ trunk/dports/python/py-mahotas/Portfile	2015-12-23 12:02:33 UTC (rev 143858)
@@ -5,12 +5,12 @@
 PortGroup           python 1.0
 
 name                py-mahotas
-version             1.4.0
+version             1.4.1
 revision            0
 platforms           darwin
 license             MIT
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -18,12 +18,12 @@
 long_description    ${description}
 
 homepage            http://luispedro.org/software/mahotas/
-master_sites        https://pypi.python.org/packages/source/m/mahotas/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            mahotas-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  a0af2e62de8d3e4cd335bc8399594d4463212298 \
-                    sha256  73c2f13da9eddf959594cacd3e3f7d42bc933a6ae75048cb0360576668f21fc2
+checksums           rmd160  bff61e5a3ff2673dbf4efcb896812b8fd11f68de \
+                    sha256  40b2ee831b66247541706b28db0d4b187d051d5fda926a0c43912d27b3be50c0
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -36,7 +36,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/mahotas/json
-    livecheck.regex     {mahotas-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151223/16e62734/attachment-0001.html>


More information about the macports-changes mailing list