From c0fc126f42ecb3cdccf6bb89d1094cfbbf009e72 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 18 Feb 2025 00:23:03 -0500 Subject: [PATCH] py-h5py: update build dependencies - h5py is now compatible with cython 3.x - h5py does not depend on pythran (did it ever? not in history on GitHub) - pkgconfig is not a runtime dependency - h5py does not depend on six any more - build for Python 3.13 --- python/py-h5py/Portfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/python/py-h5py/Portfile b/python/py-h5py/Portfile index fe7091bb5fbe3..161b4ace12ddd 100644 --- a/python/py-h5py/Portfile +++ b/python/py-h5py/Portfile @@ -12,7 +12,7 @@ name py-h5py # h5py needs to be re-built after hdf5 upgrades; it has its own version # check included. -revision 1 +revision 2 checksums \ rmd160 bac3267da58389438559261fe4f393f1423adfe5 \ @@ -42,13 +42,10 @@ python.versions 39 310 311 312 313 github.livecheck.regex {([0-9.]+)} if {${name} ne ${subport}} { - depends_build-append port:py${python.version}-pythran \ - port:py${python.version}-cython + depends_build-append port:py${python.version}-cython \ + port:py${python.version}-pkgconfig - depends_lib-append port:py${python.version}-cached-property \ - port:py${python.version}-numpy \ - port:py${python.version}-six \ - port:py${python.version}-pkgconfig \ + depends_lib-append port:py${python.version}-numpy \ port:hdf5 build.env-append HDF5_DIR=${prefix}