dev-python/firefly - 3.6.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/firefly-3.6.0

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

autounmask =dev-python/firefly-3.6.0

Or alternatively:

emerge --autounmask-write -a =dev-python/firefly-3.6.0

Package Information

Description:
A browser-based particle visualization platform
Homepage:
https://github.com/ageller/Firefly
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
3.6.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=setuptools
PYPI_VERIFY_REPO=https://github.com/ageller/Firefly
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="A browser-based particle visualization platform"
HOMEPAGE="https://github.com/ageller/Firefly"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"	# TypeError: value type <class 'bool'> does not match default value type <class 'dict'>

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/h5py[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/eventlet[${PYTHON_USEDEP}]
	dev-python/flask-socketio[${PYTHON_USEDEP}]
	dev-python/flask[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-python/abg-python-1.1.1[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

python_prepare_all() {
	use test && { sed -i 's/Default/default/g' src/firefly/tests/test_settings.py || die ; }

	distutils-r1_python_prepare_all
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/numpy[]
	dev-python/h5py[]
	dev-python/pandas[]
	dev-python/eventlet[]
	dev-python/flask-socketio[]
	dev-python/flask[]
	dev-python/requests[]
	>=dev-python/abg-python-1.1.1[]