From de672e4833e05d5ad2c042bf6112992d36c4c2fb Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Thu, 27 Jun 2024 17:00:55 +0200 Subject: dev-python/boost-histogram: add 1.4.1, drop 1.4.0 Signed-off-by: Alexander Puck Neuwirth --- dev-python/boost-histogram/Manifest | 2 +- .../boost-histogram/boost-histogram-1.4.0.ebuild | 39 --------------------- .../boost-histogram/boost-histogram-1.4.1.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 40 deletions(-) delete mode 100644 dev-python/boost-histogram/boost-histogram-1.4.0.ebuild create mode 100644 dev-python/boost-histogram/boost-histogram-1.4.1.ebuild diff --git a/dev-python/boost-histogram/Manifest b/dev-python/boost-histogram/Manifest index 1fb711744..78bf6ae03 100644 --- a/dev-python/boost-histogram/Manifest +++ b/dev-python/boost-histogram/Manifest @@ -1 +1 @@ -DIST boost_histogram-1.4.0.tar.gz 1329002 BLAKE2B 1636ed04c5df2f6c156468ffc0fed7b82469bb903c316b1b9fd209b7072ebb5b0de9969f4f8b50da69db7ee40009df534959db7734f1161da2c6216bddce858b SHA512 e7f61cc2d013a0664646d9edf1f713eb5f06f000ad2105e90229ef9b01b25a08c8e717a2ac241ed990fa2c082a1bb84af18e17b238640de5679d0ab76ff08af6 +DIST boost_histogram-1.4.1.tar.gz 1337723 BLAKE2B 42087abfd34471f42b06571ab4e701e7fbc071a5b9f3133f6f80831a0fd01ef95f65cae7bdcc6892674a415fd9b48a20bb0ecd5fd294a4880a6f5e3922e60a09 SHA512 fda8085929677a1664030fd29beb01caf37b42413fe941c2760fed17325301c4bf6b8ec5fa3b0e128558a52dee3245ec3a3fc2f4ca145dd09dea0b88fcfa33d4 diff --git a/dev-python/boost-histogram/boost-histogram-1.4.0.ebuild b/dev-python/boost-histogram/boost-histogram-1.4.0.ebuild deleted file mode 100644 index 96950ebe5..000000000 --- a/dev-python/boost-histogram/boost-histogram-1.4.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -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 -) diff --git a/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild b/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild new file mode 100644 index 000000000..679109b59 --- /dev/null +++ b/dev-python/boost-histogram/boost-histogram-1.4.1.ebuild @@ -0,0 +1,40 @@ +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 +) -- cgit v1.2.3-65-gdbad