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

python.versions     27 34 35 36 37

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  a4b18e58b6be7bf13893dbccaf73542918dda1c8 \
                    sha256  4f919f409c433577a501e023943e582c57355d50a724c589e78bc1d551a535a2 \
                    size    11837693

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
}