# -*- 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.19.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 d94e4df00f528892e3f823b820da1e5512e39e5c \ sha256 04a369cd05293a17a24fcc1e133f9f350d202cf307f8df6c1dbd319e0f6a9f4f \ size 1581758 python.versions 38 39 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} } }