# -*- 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-blaze
version             0.10.1
revision            0
categories-append   devel
platforms           darwin
license             BSD

python.versions     27 35 36 37 38

maintainers         {stromnov @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  39e7dff610d8551df9d367481f6cbf21740d475d \
                    sha256  50a60c8d52c679a6a21d6c689841f032b5dbd6eb5a2ecfaf308aff57f4b7a19a

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-datashape \
                        port:py${python.version}-numpy \
                        port:py${python.version}-sqlalchemy \
                        port:py${python.version}-pandas \
                        port:py${python.version}-h5py \
                        port:py${python.version}-multipledispatch \
                        port:py${python.version}-cytoolz \
                        port:py${python.version}-toolz \
                        port:py${python.version}-flask \
                        port:py${python.version}-pytest \
                        port:py${python.version}-xlrd \
                        port:py${python.version}-requests \
                        port:py${python.version}-tables \
                        port:py${python.version}-pymongo \
                        port:py${python.version}-psutil \
                        port:py${python.version}-odo

    livecheck.type      none
}
