# -*- 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.3.1
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  639aed9b3294c7fecc73b08e18d28a1f47e2e8b3 \
                    sha256  0d17cbb98754ecce4484552dce7bd43cf5b040d6135a4e7b02383a50d817f1ae \
                    size    167577

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
}
