# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 115960 2014-01-15 15:06:08Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pandas version 0.13.0 revision 0 categories-append science license BSD platforms darwin python.versions 26 27 32 33 maintainers stromnov openmaintainer description Powerful data structures for data analysis and statistics long_description ${description} homepage http://pandas.sourceforge.net/ master_sites http://pypi.python.org/packages/source/p/pandas/ distname pandas-${version} checksums rmd160 97e401aeb3e2a7bb5bb16ccae7ec167fa04d36ed \ sha256 f034cd298e0d68fee24a2b0a68a9b8da41978d6f39474f908f7f352904ef7f3c 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}-bottleneck \ port:py${python.version}-numexpr \ port:py${python.version}-tz if {${subport} eq "py26-pandas" || ${subport} eq "py27-pandas" } { depends_lib-append port:py${python.version}-tables \ port:py${python.version}-matplotlib } livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {pandas-(\d+(?:\.\d+)*)\.[tz]} }