dev-python/arviz-plots - 1.1.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/arviz-plots-1.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/arviz-plots-1.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/arviz-plots-1.1.0

Package Information

Description:
ArviZ-plots provides ready to use and composable plots for Bayesian Workflow.
Homepage:
https://python.arviz.org/projects/plots
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..13} )

inherit distutils-r1

DESCRIPTION="ArviZ-plots provides ready to use and composable plots for Bayesian Workflow."
HOMEPAGE="https://python.arviz.org/projects/plots"
SRC_URI="https://github.com/arviz-devs/arviz-plots/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bokeh matplotlib plotly"

RDEPEND=">=dev-python/arviz-base-1.1[${PYTHON_USEDEP}]
	>=dev-python/arviz-stats-1.1[${PYTHON_USEDEP},xarray]
	bokeh? ( >=dev-python/bokeh-3.4[${PYTHON_USEDEP}] )
	matplotlib? ( >=dev-python/matplotlib-3.9[${PYTHON_USEDEP}] )
	plotly? (
		>=dev-python/plotly-5.19[${PYTHON_USEDEP}]
		dev-python/webcolors[${PYTHON_USEDEP}]
	)
"
BDEPEND="test? (
		dev-python/bokeh[${PYTHON_USEDEP}]
		|| ( dev-python/h5netcdf[${PYTHON_USEDEP},h5py] dev-python/netcdf4[${PYTHON_USEDEP}] )
		dev-python/matplotlib[${PYTHON_USEDEP}]
		dev-python/plotly[${PYTHON_USEDEP}]
		dev-python/webcolors[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( hypothesis )
distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/arviz-plots | euse -E <flag> -p dev-python/arviz-plots | euse -D <flag> -p dev-python/arviz-plots

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/arviz-base-1.1[]
	>=dev-python/arviz-stats-1.1[,xarray]
	bokeh? ( >=dev-python/bokeh-3.4[] )
	matplotlib? ( >=dev-python/matplotlib-3.9[] )
	plotly? (
		>=dev-python/plotly-5.19[]
		dev-python/webcolors[]
	)

BDEPEND

test? (
		dev-python/bokeh[]
		|| ( dev-python/h5netcdf[,h5py] dev-python/netcdf4[] )
		dev-python/matplotlib[]
		dev-python/plotly[]
		dev-python/webcolors[]
	)

Manifest for 1.1.0

Type File Size Source URLs
DIST arviz-plots-1.1.0.gh.tar.gz 11513456 bytes https://github.com/arviz-devs/arviz-plots/archive/refs/tags/v1.1.0.tar.gz