# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-pandas version 0.16.2 categories-append science license BSD platforms darwin python.versions 27 34 maintainers stromnov openmaintainer description Powerful data structures for data analysis and statistics long_description ${description} homepage http://pandas.sourceforge.net/ master_sites https://pypi.python.org/packages/source/p/pandas/ distname pandas-${version} checksums rmd160 944d6193ad0be622c12d91b07abd64eca0be12d4 \ sha256 e01853dfe111f3aea005315573400b7216ddbabbf1f28d482a71217d67ae4f81 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 } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pandas/json livecheck.regex {pandas-(\d+(?:\.\d+)*)\.[tz]} }