# -*- 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.29.0 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 9217519081263970420accbe2c9b9d7f6d7b9f41 \ sha256 00ae294f3fb3a99e8f0a9f568213cebed26675bacc9c6f8d2e025b6d564e460d if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-llvmlite \ port:py${python.version}-numpy if {${python.version} < 33} { depends_lib-append port:py${python.version}-funcsigs } if {${python.version} < 34} { depends_lib-append port:py${python.version}-enum34 \ port:py${python.version}-singledispatch } livecheck.type none } else { livecheck.type pypi }