# -*- 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.2.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  487e255b8601b10ba143dd122a09f55b4ed60db7 \
                    sha256  e1f462aa0ac02fb957aabcae2cfcbee9bc089a029c94dab83fa2ed02d02098f3 \
                    size    158834

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
}
