# -*- 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.22.0
categories-append   science
license             BSD
platforms           darwin

python.versions     27 34 35 36

maintainers         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  6a8e2f6494c8c9f0f7adfbb738203e5e3f0b55c6 \
                    sha256  44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c

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
}