[103684] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Mar 4 11:07:56 PST 2013


Revision: 103684
          https://trac.macports.org/changeset/103684
Author:   stromnov at macports.org
Date:     2013-03-04 11:07:56 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
py-numba: new port

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

Added: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile	                        (rev 0)
+++ trunk/dports/python/py-numba/Portfile	2013-03-04 19:07:56 UTC (rev 103684)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-numba
+version             0.7.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     26 27
+
+maintainers         stromnov openmaintainer
+
+description         Numba is a NumPy aware dynamic compiler for Python.
+
+long_description    Numba is an Open Source NumPy-aware optimizing compiler \
+                    for Python. It uses the remarkable LLVM compiler \
+                    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  2cdfe16def8118783d2f2a951bbb2dfc0ed56ef1 \
+                    sha256  7c8c27502785bec56ec8bcd1b8a85797309954e84c4cb22cd869e44b493cadb2
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-llvmpy \
+                        port:py${python.version}-meta
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "numba-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-numba/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/80d05cd6/attachment-0001.html>


More information about the macports-changes mailing list