summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-06-03 21:55:27 +0200
committerMichał Górny <mgorny@gentoo.org>2025-06-03 21:59:34 +0200
commite54ec892d3a4c6620519a68f2f462176bb60ad61 (patch)
tree63a04c15da20efe8751847246d4d74d29aaa25e7 /dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch
parentd85e3e4861cc8e47f5e364dd86ee43b47a554aef (diff)
downloadgentoo-e54ec892d3a4c6620519a68f2f462176bb60ad61.tar.gz
gentoo-e54ec892d3a4c6620519a68f2f462176bb60ad61.tar.bz2
gentoo-e54ec892d3a4c6620519a68f2f462176bb60ad61.zip
dev-python/wxpython: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch')
-rw-r--r--dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch b/dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch
deleted file mode 100644
index aff380108b8e..000000000000
--- a/dev-python/wxpython/files/wxpython-4.2.0-cython-3.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/911703
-https://github.com/wxWidgets/Phoenix/pull/2441
-
-From aeb557d01e7cd37176ebbf0f1ae6d0b53c115378 Mon Sep 17 00:00:00 2001
-From: Scott Talbert <swt@techie.net>
-Date: Tue, 25 Jul 2023 12:42:32 -0400
-Subject: [PATCH] Fix compatibility with Cython 3.0.0
-
-Remove unused import which seems to be removed in Cython 3.
---- a/wx/svg/_nanosvg.pyx
-+++ b/wx/svg/_nanosvg.pyx
-@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory.
-
- import sys
-
--cimport cython.object
- from cpython.buffer cimport (
- Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
- PyBuffer_Release)