commit: 443cdd7dcd9b88297839a8cd6ffb77f9b7c46727
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 14:15:13 2026 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 14:35:33 2026 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=443cdd7d
dev-python/hist: drop 2.7.3
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/hist-2.7.3.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-python/hist/hist-2.7.3.ebuild
b/dev-python/hist/hist-2.7.3.ebuild
deleted file mode 100644
index cc07fcf1f..000000000
--- a/dev-python/hist/hist-2.7.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
- >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest