# -*- 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-pymc
version             6.0.1
revision            0

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

description         Probabilistic Programming in Python: Bayesian Modeling and \
                    Probabilistic Machine Learning with Aesara
long_description    PyMC (formerly PyMC3) is a Python package for Bayesian \
                    statistical modeling focusing on advanced Markov chain \
                    Monte Carlo (MCMC) and variational inference (VI) algorithms. \
                    Its flexibility and extensibility make it applicable to a \
                    large suite of problems.

homepage            https://github.com/pymc-devs/pymc

checksums           rmd160  5d62f4ac8d2a8be5139d9961fa458e4c90d5a45a \
                    sha256  faa38320a2e034fb153cd0ba2f08e204f14ab68938131bfefa94a2fa8b9f99e2 \
                    size    531456

python.versions     312 313 314

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-versioneer

    depends_lib-append \
                    port:py${python.version}-arviz \
                    port:py${python.version}-cachetools \
                    port:py${python.version}-cloudpickle \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-pytensor \
                    port:py${python.version}-rich \
                    port:py${python.version}-scipy \
                    port:py${python.version}-threadpoolctl \
                    port:py${python.version}-typing_extensions

    depends_run-append \
                    port:py${python.version}-nutpie
}
