[94203] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Jun 12 03:08:06 PDT 2012


Revision: 94203
          https://trac.macports.org/changeset/94203
Author:   stromnov at macports.org
Date:     2012-06-12 03:08:05 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
py-numexpr: unify

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

Removed Paths:
-------------
    trunk/dports/python/py25-numexpr/
    trunk/dports/python/py26-numexpr/
    trunk/dports/python/py27-numexpr/

Added: trunk/dports/python/py-numexpr/Portfile
===================================================================
--- trunk/dports/python/py-numexpr/Portfile	                        (rev 0)
+++ trunk/dports/python/py-numexpr/Portfile	2012-06-12 10:08:05 UTC (rev 94203)
@@ -0,0 +1,44 @@
+# -*- 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-numexpr
+version             2.0.1
+revision            0
+categories-append   math
+license             MIT
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         Multiple-operator array expression evaluator
+long_description    The numexpr package evaluates multiple-operator array \
+                    expressions many times faster than NumPy can. It accepts \
+                    the expression as a string, analyzes it, rewrites it \
+                    more efficiently, and compiles it on the fly into code \
+                    for its internal virtual machine (VM). Due to its \
+                    integrated just-in-time (JIT) compiler, it does not \
+                    require a compiler at runtime.
+
+homepage            http://code.google.com/p/numexpr/
+master_sites        googlecode:numexpr
+distname            numexpr-${version}
+
+checksums           rmd160  afc9e460954ebf9040830e70c6ff3167a2fec259 \
+                    sha256  29492a08d5137c9a3a369527a899680ef7c1908cd4851ad2827b6c1d3767b092
+
+python.default_version  27
+python.versions     25 26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-numpy
+
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
+            RELEASE_NOTES.txt ${destroot}${prefix}/share/doc/${subport}
+    }
+}


Property changes on: trunk/dports/python/py-numexpr/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/20120612/677ee6a9/attachment-0001.html>


More information about the macports-changes mailing list