# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-numexpr version 2.6.8 revision 0 categories-append math platforms darwin license MIT python.versions 27 34 35 36 37 maintainers {stromnov @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 5ee464bfee6a6332fd1198feedcb8594ba98decc \ sha256 ee8bc7201aa2f1962c67d27c326a11eef9df887d7b87b1278a1d4e722bf44375 \ size 94517 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy post-destroot { 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} } livecheck.type none }