commit:     4d784f1b042d569f029234bb83ee542b4c08c68f
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  6 14:07:42 2026 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb  6 14:35:28 2026 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d784f1b

dev-python/boost-histogram: drop 1.4.1

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 .../boost-histogram/boost-histogram-1.4.1.ebuild   | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild 
b/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild
deleted file mode 100644
index 679109b59..000000000
--- a/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings for the C++14 Boost::Histogram library"
-HOMEPAGE="https://github.com/scikit-hep/boost-histogram";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-libs/boost:=[python,${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       test? (
-               dev-python/cloudpickle[${PYTHON_USEDEP}]
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-       )
-"
-
-src_prepare() {
-       default
-       sed -i 's/"pytest-benchmark"//g' pyproject.toml || die
-}
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       tests/test_benchmark_1d.py
-       tests/test_benchmark_2d.py
-       tests/test_benchmark_category_axis.py
-       tests/test_pickle.py
-       tests/test_threaded_fill.py
-)

Reply via email to