dev-python/uhi - 0.4.0 (science)

Search

Package Information

Description:
Universal Histogram Interface
Homepage:
https://github.com/scikit-hep/uhi
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=hatchling
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi

DESCRIPTION="Universal Histogram Interface"
HOMEPAGE="https://github.com/scikit-hep/uhi"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/boost-histogram[${PYTHON_USEDEP}]
	)
"
BDEPEND="
	${RDEPEND}
	dev-python/hatch-vcs[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Dependencies

RDEPEND

	>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/boost-histogram[${PYTHON_USEDEP}]
	)

BDEPEND

	
	>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/boost-histogram[${PYTHON_USEDEP}]
	)

	dev-python/hatch-vcs[${PYTHON_USEDEP}]