# -*- 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
python.versions 26 27 33 34 35 36
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 https://github.com/pydata/numexpr
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 02e7274ee8761c98e7217949dca6d4ed5203bcd7 \
sha256 f0bef9a3a5407fb8d6344cf91b658bef7c13ec8a8eb13f423822d9d2ca5af6ce
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-numpy
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} ANNOUNCE.rst LICENSE.txt README.rst \
RELEASE_NOTES.rst ${destroot}${prefix}/share/doc/${subport}