# -*- 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 version 0.20.0 revision 0 platforms {darwin any} supported_archs noarch license Apache-2 maintainers {reneeotten @reneeotten} openmaintainer description Exploratory analysis of Bayesian models long_description {*}${description} homepage https://github.com/arviz-devs/arviz checksums rmd160 76df7d0900c60518d0c86a2bda8cf16fa1525d33 \ sha256 a2704e0c141410fcaea1973a90cabf280f5aed5c1e10f44381ebd6c144c10a9c \ size 1583951 python.versions 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-h5netcdf \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-packaging \ port:py${python.version}-pandas \ port:py${python.version}-scipy \ port:py${python.version}-typing_extensions \ port:py${python.version}-xarray \ port:py${python.version}-xarray-einstats post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.md CODE_OF_CONDUCT.md \ CONTRIBUTING.md LICENSE README.md ${destroot}${docdir} } }