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

stromnov at macports.org stromnov at macports.org
Fri Jan 17 01:52:19 PST 2014


Revision: 116070
          https://trac.macports.org/changeset/116070
Author:   stromnov at macports.org
Date:     2014-01-17 01:52:19 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
py-numba: update to version 0.11.1

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

Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile	2014-01-17 09:39:50 UTC (rev 116069)
+++ trunk/dports/python/py-numba/Portfile	2014-01-17 09:52:19 UTC (rev 116070)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           python 1.0
 
+github.setup        numba numba 0.11.1
+
 name                py-numba
-version             0.10.1
-revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -22,13 +23,10 @@
                     infrastructure to compile Python syntax to machine code.
 
 homepage            http://numba.github.com/
-master_sites        http://pypi.python.org/packages/source/n/numba/
 
-distname            numba-${version}
+checksums           rmd160  a7259df7d88dc68d55335ba833783659287a7bf9 \
+                    sha256  44ea6ac208d9031f04d2fd111ddbb33a4b171ff90bb7091fe2c0650cbf315076
 
-checksums           rmd160  6c14bba0e30c52f644a47021d1287703c73cce05 \
-                    sha256  569386f278246f2fc196cbc2fd1374a3d04bf6b5cdced0e3a5a170395f14fea3
-
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools \
@@ -45,8 +43,4 @@
     }
 
     livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     {numba-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140117/a640c706/attachment.html>


More information about the macports-changes mailing list