# -*- 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.1.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  0f2897973454b6121c1f7372ace09a73cbc49714 \
                    sha256  de88d36085361062221250dc37d12ad102544ac20de8d84e09326bfd7a081112 \
                    size    1410354

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
}
