Diff h5py-3.15.1 with a h5py-3.16.0

/usr/portage/dev-python/h5py/h5py-3.16.0.ebuild 2026-03-11 11:46:08.209760592 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_EXT=1
7 7
DISTUTILS_USE_PEP517=standalone
8
PYPI_VERIFY_REPO=https://github.com/h5py/h5py
8 9
PYTHON_COMPAT=( python3_{11..14} )
9 10

  
10 11
inherit distutils-r1 pypi
......
18 19

  
19 20
LICENSE="BSD"
20 21
SLOT="0"
21
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~arm64-macos ~x64-macos"
22
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~arm64-macos ~x64-macos"
22 23
IUSE="examples"
23 24

  
24 25
DEPEND="
......
32 33
BDEPEND="
33 34
	>=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
34 35
	>=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
36
	>=dev-python/packaging-23.0[${PYTHON_USEDEP}]
35 37
	>=dev-python/pkgconfig-1.5.5[${PYTHON_USEDEP}]
36 38
	>=dev-python/setuptools-77.0.1[${PYTHON_USEDEP}]
37 39
	test? (
Thank you!