# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-pandas version 0.12.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 b6c421d87557f6e74a771726248d93c77427c38f \ sha256 be9b4c3611801b366873531bc87a87dd16b19e7d78fa84c21898cd007931c86d if {$subport != $name} { depends_build port:py${python.version}-setuptools 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 == "py26-pandas" || $subport == "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+)*)${extract.suffix}" }