# -*- 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-arviz-plots
version             1.1.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         {reneeotten @reneeotten} openmaintainer

description         ArviZ-plots provides ready to use and composable plots for \
                    Bayesian Workflow
long_description    {*}${description}

homepage            https://github.com/arviz-devs/arviz-plots

distname            arviz_plots-${version}

checksums           rmd160  622b02448e5bfdea0f2dbf78f69fdf9ca06ea825 \
                    sha256  c2d213364c5eaadfe890b1f871849d4317dec5260f79f26e30976159c132a351 \
                    size    155011

python.versions     312 313 314
python.pep517_backend flit

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-arviz-base \
                    port:py${python.version}-arviz-stats
}
