# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-seaborn version 0.12.2 revision 0 categories-append science license BSD platforms {darwin any} supported_archs noarch python.versions 37 38 39 310 311 python.pep517 yes python.pep517_backend flit maintainers {stromnov @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 https://seaborn.pydata.org/ checksums rmd160 e124004ceb012ab3113e99b55367e1d1f0ab63ad \ sha256 374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139 \ size 1439798 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-matplotlib if {${python.version} < 38} { depends_lib-append port:py${python.version}-typing_extensions } variant stats description {Install extra stats dependencies} { depends_lib-append port:py${python.version}-scipy \ port:py${python.version}-statsmodels } depends_test-append \ port:py${python.version}-pytest test.run yes test.cmd py.test-${python.branch} test.target test.env-append PYTHONPATH=${worksrcpath}/build/lib }