# -*- 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-base
version             1.3.0
revision            0

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

description         Base ArviZ features and converters
long_description    {*}${description}

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

distname            arviz_base-${version}

checksums           rmd160  a4f90cb170641e3843985fe7a760cbd5183fe829 \
                    sha256  285fe0ac413f515d1962644b471d916327446d58247ae7f331043b1bed5a4d5b \
                    size    1410820

python.versions     312 313 314
python.pep517_backend flit

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-lazy_loader \
                    port:py${python.version}-numpy \
                    port:py${python.version}-typing_extensions \
                    port:py${python.version}-xarray
}
