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

stromnov at macports.org stromnov at macports.org
Wed Apr 17 06:50:53 PDT 2013


Revision: 105310
          https://trac.macports.org/changeset/105310
Author:   stromnov at macports.org
Date:     2013-04-17 06:50:53 -0700 (Wed, 17 Apr 2013)
Log Message:
-----------
py-numba: update to version 0.8.0

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

Removed Paths:
-------------
    trunk/dports/python/py-numba/files/

Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile	2013-04-17 13:22:02 UTC (rev 105309)
+++ trunk/dports/python/py-numba/Portfile	2013-04-17 13:50:53 UTC (rev 105310)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-numba
-version             0.7.2
+version             0.8.0
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     26 27
+python.versions     26 27 32 33
 
 maintainers         stromnov openmaintainer
 
@@ -26,17 +26,19 @@
 
 distname            numba-${version}
 
-checksums           rmd160  3b7910b9a7c0b3b9919adcd435fd196796afe168 \
-                    sha256  6103a0e6a4598569ff3d359eb26df09c80537447df24012a1799b2fc4bb1660a
+checksums           rmd160  15366fb063de7c344123dce757380af059d5634b \
+                    sha256  65bb57ee0830fed1d8d33ef52330160436c7edf773c95d61d10e66d3abf112fd
 
 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}-numpy \
-                        port:py${python.version}-meta
+                        port:py${python.version}-meta-devel
 
-    patchfiles-append   patch-decorators.py.diff
+    if {$subport == "py26-numba"} {
+        depends_lib-append  port:py26-argparse
+    }
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130417/3edaa944/attachment.html>


More information about the macports-changes mailing list