# -*- 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-holoviews
version             1.23.2
revision            0

categories-prepend  science
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         HoloViews is an open-source Python library designed to make data \
                    analysis and visualization seamless and simple.
long_description    {*}${description} With HoloViews, you can usually express what you \
                    want to do in very few lines of code, letting you focus on what you \
                    are trying to explore and convey, not on the process of plotting.
homepage            https://github.com/holoviz/holoviews

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  1f986d739992f43a0528c97814470830becde74c \
                    sha256  e0c511e6d4db4f370f2550d363c23b70d7ee4f2310f1c7995b0f89cacf1eb107 \
                    size    5550868

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}-dateutil \
                    port:py${python.version}-matplotlib \
                    port:py${python.version}-narwhals \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-panel \
                    port:py${python.version}-param \
                    port:py${python.version}-plotly \
                    port:py${python.version}-pyviz_comms
}
