summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-12 18:15:23 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-12 18:15:23 +0200
commit1e1aa3d7218f7e7b850893049f6bc704105a1181 (patch)
tree0c4460b337ff54b56196d53356749d23dea9dbba /dev-python/h5py/files/h5py-3.8.0-cython3.patch
parentdev-python/cattrs: Add a patch to fix tests on 32-bit systems (diff)
downloadgentoo-1e1aa3d7218f7e7b850893049f6bc704105a1181.tar.gz
gentoo-1e1aa3d7218f7e7b850893049f6bc704105a1181.tar.bz2
gentoo-1e1aa3d7218f7e7b850893049f6bc704105a1181.zip
dev-python/h5py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h5py/files/h5py-3.8.0-cython3.patch')
-rw-r--r--dev-python/h5py/files/h5py-3.8.0-cython3.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/h5py/files/h5py-3.8.0-cython3.patch b/dev-python/h5py/files/h5py-3.8.0-cython3.patch
deleted file mode 100644
index 3201a2ea0e6b..000000000000
--- a/dev-python/h5py/files/h5py-3.8.0-cython3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From af48a740070643549e76890fcc88276fe4ee1159 Mon Sep 17 00:00:00 2001
-From: Thomas A Caswell <tcaswell@bnl.gov>
-Date: Mon, 3 Apr 2023 14:55:18 -0400
-Subject: [PATCH] BLD: fix for cython3 compatibility
-
----
- h5py/_errors.pyx | 2 +-
- pyproject.toml | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/h5py/_errors.pyx b/h5py/_errors.pyx
-index ca7b1c48..c3bd184e 100644
---- a/h5py/_errors.pyx
-+++ b/h5py/_errors.pyx
-@@ -94,7 +94,7 @@ cdef struct err_data_t:
- H5E_error_t err
- int n
-
--cdef herr_t walk_cb(unsigned int n, const H5E_error_t *desc, void *e) nogil:
-+cdef herr_t walk_cb(unsigned int n, const H5E_error_t *desc, void *e) nogil noexcept:
-
- cdef err_data_t *ee = <err_data_t*>e
-
---
-2.40.1
-