From bb352342ccaffe47d02eb7f27ad41780ab3512a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 6 Oct 2023 20:59:20 +0200 Subject: dev-python/meson-python: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/meson-python-0.13.2_Mach-O_bundle.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/meson-python/files/meson-python-0.13.2_Mach-O_bundle.patch (limited to 'dev-python/meson-python/files') diff --git a/dev-python/meson-python/files/meson-python-0.13.2_Mach-O_bundle.patch b/dev-python/meson-python/files/meson-python-0.13.2_Mach-O_bundle.patch deleted file mode 100644 index 2531c93f41e2..000000000000 --- a/dev-python/meson-python/files/meson-python-0.13.2_Mach-O_bundle.patch +++ /dev/null @@ -1,21 +0,0 @@ -Support .bundle python modules at Prefix/macOS. - -Not forwarding to upstream because we are reflecting on the naming -scheme of plugin modules on Prefix/macOS. - -Bug: https://bugs.gentoo.org/910401 -Signed-off-by: Benda Xu - -Index: meson-python-0.13.2/mesonpy/__init__.py -=================================================================== ---- meson-python-0.13.2.orig/mesonpy/__init__.py -+++ meson-python-0.13.2/mesonpy/__init__.py -@@ -129,7 +129,7 @@ _STYLES = _init_colors() # holds the co - - _SUFFIXES = importlib.machinery.all_suffixes() - _EXTENSION_SUFFIXES = importlib.machinery.EXTENSION_SUFFIXES --_EXTENSION_SUFFIX_REGEX = re.compile(r'^\.(?:(?P[^.]+)\.)?(?:so|pyd|dll)$') -+_EXTENSION_SUFFIX_REGEX = re.compile(r'^\.(?:(?P[^.]+)\.)?(?:so|pyd|dll|bundle)$') - assert all(re.match(_EXTENSION_SUFFIX_REGEX, x) for x in _EXTENSION_SUFFIXES) - - -- cgit v1.2.3