dev-python/bumps - 1.0.4 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/bumps-1.0.4

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

autounmask =dev-python/bumps-1.0.4

Or alternatively:

emerge --autounmask-write -a =dev-python/bumps-1.0.4

Package Information

Description:
Data fitting with Bayesian uncertainty analysis
Homepage:
https://github.com/bumps/bumps https://pypi.org/project/bumps/ https://bumps.readthedocs.io/
License:
public-domain MIT BSD

Ebuild Details

Version EAPI Keywords Slot
1.0.4 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_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Data fitting with Bayesian uncertainty analysis"
HOMEPAGE="
	https://github.com/bumps/bumps
	https://pypi.org/project/bumps/
	https://bumps.readthedocs.io/
"

LICENSE="public-domain MIT BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/h5py[${PYTHON_USEDEP}]
	dev-python/dill[${PYTHON_USEDEP}]
	dev-python/cloudpickle[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/blinker[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/python-socketio[${PYTHON_USEDEP}]
	dev-python/plotly[${PYTHON_USEDEP}]
	dev-python/mpld3[${PYTHON_USEDEP}]
	dev-python/msgpack[${PYTHON_USEDEP}]
	dev-python/uncertainties[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest

src_prepare() {
	# The sdist bakes bumps/_version.py with the final version string,
	# so versioningit is not needed at build time. Drop it from
	# build-system.requires to avoid pulling in a deprecated dep.
	sed -i -e 's/, *"versioningit"//' pyproject.toml || die
	distutils-r1_src_prepare
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	dev-python/scipy[]
	dev-python/h5py[]
	dev-python/dill[]
	dev-python/cloudpickle[]
	dev-python/matplotlib[]
	dev-python/blinker[]
	dev-python/aiohttp[]
	dev-python/python-socketio[]
	dev-python/plotly[]
	dev-python/mpld3[]
	dev-python/msgpack[]
	dev-python/uncertainties[]