commit: 69dd1f74c6f728dd57190fb6e60fa3bbcc3d9566
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 14:12:16 2026 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 14:35:30 2026 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69dd1f74
dev-python/hist: add 2.10.1
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/hist-2.10.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-python/hist/hist-2.10.1.ebuild
b/dev-python/hist/hist-2.10.1.ebuild
new file mode 100644
index 000000000..bdeb5e675
--- /dev/null
+++ b/dev-python/hist/hist-2.10.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="
+ https://github.com/scikit-hep/hist
+ https://hist.readthedocs.io/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.6[${PYTHON_USEDEP}]
+ <dev-python/boost-histogram-1.8[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.21.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/pytest-mpl-0.12[${PYTHON_USEDEP}]
+ >=sci-physics/mplhep-0.3.33[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest