# -*- 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-nutpie
version             0.16.10
revision            0

license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         Sample Stan or PyMC models
long_description    The nutpie package provides a fast NUTS sampler for PyMC \
                    and Stan models

homepage            https://pymc-devs.github.io/nutpie

checksums           rmd160  dddc6642e8c65157039373a3387afd1bca2f637d \
                    sha256  6378830bc115fb34bcd0c92d1b5f34b567d13913e3fc408315c50ec803e8f3a9 \
                    size    721800

python.versions     312 313 314
python.pep517_backend maturin

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-arro3-core \
                    port:py${python.version}-arviz \
                    port:py${python.version}-obstore \
                    port:py${python.version}-pandas \
                    port:py${python.version}-platformdirs \
                    port:py${python.version}-pyarrow \
                    port:py${python.version}-xarray \
                    port:py${python.version}-zarr
}
