# -*- 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-seaborn version 0.7.1 revision 0 categories-append science license BSD platforms darwin python.versions 27 34 35 maintainers stromnov openmaintainer description Statistical data visualization library long_description Seaborn is a library for making attractive and \ informative statistical graphics in Python. It is \ built on top of matplotlib and tightly integrated \ with the PyData stack, including support for numpy \ and pandas data structures and statistical routines \ from scipy and statsmodels. homepage http://stanford.edu/~mwaskom/software/seaborn/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 8fe2d59ae8783341a707bdd8a82e1fcecb2884b0 \ sha256 fa274344b1ee72f723bab751c40a5c671801d47a29ee9b5e69fcf63a18ce5c5d if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib \ port:py${python.version}-pandas \ port:py${python.version}-statsmodels \ port:py${python.version}-patsy livecheck.type none } else { livecheck.type pypi }