# -*- 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-hvplot
version             0.12.2
revision            0

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         hvPlot provides a familiar, high-level API for visualization
long_description    {*}${description} The API is based on the familiar Pandas .plot API \
                    and the innovative .interactive API
homepage            https://github.com/holoviz/hvplot

checksums           rmd160  d252b1b41ee979c10f78157a9599141a1680d8d1 \
                    sha256  9e29bbe65f94937d4eeaeccf33566540df936c8f9aeadfa12ea9f306d5237938 \
                    size    7084556

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-hatch-vcs

    depends_lib-append  \
                    port:py${python.version}-bokeh \
                    port:py${python.version}-colorcet \
                    port:py${python.version}-holoviews \
                    port:py${python.version}-numpy \
                    port:py${python.version}-packaging \
                    port:py${python.version}-pandas \
                    port:py${python.version}-panel \
                    port:py${python.version}-param
}
