[104057] trunk/dports/python/py-numba/Portfile

stromnov at macports.org stromnov at macports.org
Thu Mar 14 04:08:33 PDT 2013


Revision: 104057
          https://trac.macports.org/changeset/104057
Author:   stromnov at macports.org
Date:     2013-03-14 04:08:33 -0700 (Thu, 14 Mar 2013)
Log Message:
-----------
py-numba: update to version 0.7.1

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

Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile	2013-03-14 10:00:02 UTC (rev 104056)
+++ trunk/dports/python/py-numba/Portfile	2013-03-14 11:08:33 UTC (rev 104057)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-numba
-version             0.7.0
-revision            1
+version             0.7.1
+revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -26,16 +26,18 @@
 
 distname            numba-${version}
 
-checksums           rmd160  2cdfe16def8118783d2f2a951bbb2dfc0ed56ef1 \
-                    sha256  7c8c27502785bec56ec8bcd1b8a85797309954e84c4cb22cd869e44b493cadb2
+checksums           rmd160  48062d440f737df8d1f95a6e2b3563cb6fad5e77 \
+                    sha256  a0d44aa2273afa557bc074ea3e639cbc04a27c532a4254f5523bc2f88c9998c8
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute \
                         port:py${python.version}-llvmpy \
                         port:py${python.version}-cython \
                         port:py${python.version}-meta
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "numba-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "numba-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130314/54b86a6b/attachment-0001.html>


More information about the macports-changes mailing list