[104226] trunk/dports/python/py-numba

stromnov at macports.org stromnov at macports.org
Thu Mar 21 03:11:03 PDT 2013


Revision: 104226
          https://trac.macports.org/changeset/104226
Author:   stromnov at macports.org
Date:     2013-03-21 03:11:03 -0700 (Thu, 21 Mar 2013)
Log Message:
-----------
py-numba: update to version 0.7.2

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

Added Paths:
-----------
    trunk/dports/python/py-numba/files/
    trunk/dports/python/py-numba/files/patch-decorators.py.diff

Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile	2013-03-21 08:55:36 UTC (rev 104225)
+++ trunk/dports/python/py-numba/Portfile	2013-03-21 10:11:03 UTC (rev 104226)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-numba
-version             0.7.1
-revision            1
+version             0.7.2
+revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -26,8 +26,8 @@
 
 distname            numba-${version}
 
-checksums           rmd160  48062d440f737df8d1f95a6e2b3563cb6fad5e77 \
-                    sha256  a0d44aa2273afa557bc074ea3e639cbc04a27c532a4254f5523bc2f88c9998c8
+checksums           rmd160  3b7910b9a7c0b3b9919adcd435fd196796afe168 \
+                    sha256  6103a0e6a4598569ff3d359eb26df09c80537447df24012a1799b2fc4bb1660a
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute \
@@ -36,6 +36,8 @@
                         port:py${python.version}-numpy \
                         port:py${python.version}-meta
 
+    patchfiles-append   patch-decorators.py.diff
+
     livecheck.type      none
 } else {
     livecheck.type      regex

Added: trunk/dports/python/py-numba/files/patch-decorators.py.diff
===================================================================
--- trunk/dports/python/py-numba/files/patch-decorators.py.diff	                        (rev 0)
+++ trunk/dports/python/py-numba/files/patch-decorators.py.diff	2013-03-21 10:11:03 UTC (rev 104226)
@@ -0,0 +1,11 @@
+--- numba/decorators.py.orig	2013-03-21 13:49:38.000000000 +0400
++++ numba/decorators.py	2013-03-21 13:50:08.000000000 +0400
+@@ -15,7 +15,7 @@
+ from .minivect import minitypes
+ from numba.utils import debugout, process_signature
+ from numba.codegen import llvmwrapper
+-from numba import environment
++import numba.environment as environment
+ import llvm.core as _lc
+ 
+ logger = logging.getLogger(__name__)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130321/d945d776/attachment-0001.html>


More information about the macports-changes mailing list