# -*- 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.19.0 categories-append science license BSD platforms darwin python.versions 27 34 35 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 d55ea8228038c2cb772552543e1ddd2aa392a364 \ sha256 4697606cdf023c6b7fcb74e48aaf25cf282a1a00e339d2d274cf1b663748805b 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 pypi }