# -*- 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: Portfile 120032 2014-05-14 11:18:05Z stromnov@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        ContinuumIO blaze 0.5.0

name                py-blaze
categories-append   devel
platforms           darwin
license             BSD

python.versions     26 27 33 34

maintainers         stromnov openmaintainer

description         Blaze is the next-generation of NumPy

long_description    Blaze is the next-generation of NumPy. It is designed \
                    as a foundational set of abstractions on which to build \
                    out-of-core and distributed algorithms over a wide \
                    variety of data sources and to extend the structure \
                    of NumPy itself.

homepage            http://blaze.pydata.org/

checksums           rmd160  8a22dc89a808fd156ecbb850e2cc905ad6ccbaf9 \
                    sha256  a712280445c9434c7cd0c3437fde49d049f4d572a33447184225baa41f309e1e

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-numpy \
                        port:py${python.version}-llvmpy \
                        port:py${python.version}-cython \
                        port:py${python.version}-ply \
                        port:py${python.version}-dynd \
                        port:py${python.version}-numba

    livecheck.type      none
}
