# -*- 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-plotly
version             6.0.1
revision            0

categories          python graphics
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {nist.gov:joe.fowler @joefowler} openmaintainer

description         Interactive graphing library for Python.
long_description \
    Plotly's Python graphing library makes interactive, publication-quality graphs. Examples of how to \
    make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, \
    heatmaps, subplots, multiple-axes, polar charts, and bubble charts.

homepage            https://plotly.com/python/

checksums           rmd160  b0e77e21746b61807d14710424fe4e8166c48427 \
                    sha256  dd8400229872b6e3c964b099be699f8d00c489a974f2cfccfad5e8240873366b \
                    size    8094643

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
        port:py${python.version}-matplotlib \
        port:py${python.version}-jupyterlab \
        port:py${python.version}-tenacity
}
