# -*- 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 107290 2013-06-25 10:24:43Z stromnov@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        ContinuumIO blaze 0.1

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

python.versions     26 27

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  f669e69b849c7de43da6586525d8fa7e28dc74b7 \
                    sha256  cf4c49d5dbab85df9dbaf1d11c7b3c752dd0a693e870b098d27ee3db2a3640f6

if {$subport != $name} {
    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}-numba

    livecheck.type      none
}
