# -*- 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 holoviews version 1.20.1 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. supported_archs noarch platforms {darwin any} homepage https://github.com/holoviz/holoviews checksums rmd160 87c7853c8b2473d0ebb5cacded2d3b8a9a648755 \ sha256 f4ad8c6533d9ac918a762cb6ba8e7508f55525f9dfa447b8806da66272badceb \ size 4592003 variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {} variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {} variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {} variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {} variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {} if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} { default_variants +python313 } foreach pv {313 312 311 310 39} { if {[variant_isset python${pv}]} { python.default_version ${pv} break } } python.pep517_backend \ hatch 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}-matplotlib \ port:py${python.version}-notebook \ port:py${python.version}-pandas \ port:py${python.version}-panel \ port:py${python.version}-param \ port:py${python.version}-pyct \ port:py${python.version}-pyviz_comms