dev-python/glue-vispy-viewers - 1.4.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/glue-vispy-viewers-1.4.0

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

autounmask =dev-python/glue-vispy-viewers-1.4.0

Or alternatively:

emerge --autounmask-write -a =dev-python/glue-vispy-viewers-1.4.0

Package Information

Description:
3-d data viewers for glue based on VisPy
Homepage:
http://docs.glueviz.org/en/stable/gui_guide/3d_viewers.html
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 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=setuptools
PYTHON_COMPAT=( python3_{11..13} )

inherit distutils-r1 pypi virtualx

DESCRIPTION="3-d data viewers for glue based on VisPy"
HOMEPAGE="http://docs.glueviz.org/en/stable/gui_guide/3d_viewers.html"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="pyqt pyside"

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
	>=dev-python/echo-0.12.1[${PYTHON_USEDEP}]
	>=dev-python/glue-core-1.25.0[${PYTHON_USEDEP}]
	dev-python/glfw[${PYTHON_USEDEP}]
	dev-python/imageio[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/pyopengl[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	>=dev-python/vispy-0.14.0[${PYTHON_USEDEP}]
	pyqt? (
		>=dev-python/glue-qt-0.4.0[${PYTHON_USEDEP}]
		dev-python/pyqt6[${PYTHON_USEDEP}]
		dev-python/qtpy[${PYTHON_USEDEP},designer,gui]
	)
	pyside? (
		>=dev-python/glue-qt-0.4.0[${PYTHON_USEDEP}]
		dev-python/pyside:6[${PYTHON_USEDEP}]
		dev-python/qtpy[${PYTHON_USEDEP},designer,gui]
	)
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

python_test() {
	virtx epytest
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/glue-vispy-viewers | euse -E <flag> -p dev-python/glue-vispy-viewers | euse -D <flag> -p dev-python/glue-vispy-viewers

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

dev-python/numpy[]
	>=dev-python/echo-0.12.1[]
	>=dev-python/glue-core-1.25.0[]
	dev-python/glfw[]
	dev-python/imageio[]
	dev-python/matplotlib[]
	dev-python/pyopengl[]
	dev-python/scipy[]
	>=dev-python/vispy-0.14.0[]
	pyqt? (
		>=dev-python/glue-qt-0.4.0[]
		dev-python/pyqt6[]
		dev-python/qtpy[,designer,gui]
	)
	pyside? (
		>=dev-python/glue-qt-0.4.0[]
		dev-python/pyside:6[]
		dev-python/qtpy[,designer,gui]
	)