From a9064a8d20132843bcf52beafd521e8345791b64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:28:34 -0500 Subject: [PATCH] python3-h5py: rebuild for python3-3.13 --- srcpkgs/python3-h5py/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-h5py/template b/srcpkgs/python3-h5py/template index 407a7e3f901..fc1b22026ba 100644 --- a/srcpkgs/python3-h5py/template +++ b/srcpkgs/python3-h5py/template @@ -1,10 +1,10 @@ # Template file for 'python3-h5py' pkgname=python3-h5py version=3.12.1 -revision=1 +revision=2 build_style=python3-module build_helper="numpy" -hostmakedepends="python3-setuptools python3-Cython0.29 python3-pkgconfig" +hostmakedepends="python3-setuptools python3-Cython python3-pkgconfig" makedepends="python3-devel hdf5-devel" depends="python3-numpy" short_desc="HDF5 for Python"