# -*- 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-pandas
version             0.23.1
categories-append   science
license             BSD
platforms           darwin

python.versions     27 34 35 36

maintainers         {stromnov @stromnov} openmaintainer

description         Powerful data structures for data analysis and statistics

long_description    ${description}

homepage            http://pandas.pydata.org
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  b64137192f901592c65a5d37102077fdd6ea1052 \
                    sha256  50b52af2af2e15f4aeb2fe196da073a8c131fa02e433e105d95ce40016df5690 \
                    size    13108845

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-cython

    depends_lib-append  port:py${python.version}-numpy \
                        port:py${python.version}-dateutil \
                        port:py${python.version}-scipy \
                        port:py${python.version}-tables \
                        port:py${python.version}-matplotlib \
                        port:py${python.version}-bottleneck \
                        port:py${python.version}-numexpr \
                        port:py${python.version}-tz

    livecheck.type      none
}