# -*- 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.10.0 revision 0 categories-append devel platforms darwin license BSD python.versions 26 27 32 33 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 e76c69172b8581cd32f9c371774377f3460fb92c \ sha256 0196188c5b14c2a7cf72aef5a3dfe4ef048661a52e415c5cf486bf165bdd07fd if {$subport != $name} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-cython \ depends_lib-append port:py${python.version}-llvmpy \ port:py${python.version}-llvmmath \ port:py${python.version}-numpy \ port:py${python.version}-meta-devel \ port:py${python.version}-cffi if {$subport == "py26-numba"} { depends_lib-append port:py26-argparse } livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "numba-(\\d+(?:\\.\\d+)*)${extract.suffix}" }