From 1bcf545661ba786deaae3052208465a4fddc6e33 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 13 Oct 2025 22:42:16 -0700 Subject: math/py-numpy: Revert "math/py-numpy: Migrate to PEP517" This reverts commit 3f582fcf38bb0cee40f9346683490aceb3bda654. The goal was to unblock package building ASAP while we investigate Requested by: antoine --- math/py-numpy/files/patch-numpy_core_setup.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 math/py-numpy/files/patch-numpy_core_setup.py (limited to 'math/py-numpy/files/patch-numpy_core_setup.py') diff --git a/math/py-numpy/files/patch-numpy_core_setup.py b/math/py-numpy/files/patch-numpy_core_setup.py deleted file mode 100644 index 7502a4df93fb..000000000000 --- a/math/py-numpy/files/patch-numpy_core_setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- numpy/core/setup.py.orig 2024-02-05 21:17:48 UTC -+++ numpy/core/setup.py -@@ -9,7 +9,6 @@ from numpy.distutils import log - from os.path import join - - from numpy.distutils import log --from numpy.distutils.msvccompiler import lib_opts_if_msvc - from distutils.dep_util import newer - from sysconfig import get_config_var - from numpy.compat import npy_load_module -@@ -688,7 +687,7 @@ def configuration(parent_package='',top_path=None): - install_dir='lib', - build_info={ - 'include_dirs' : [], # empty list required for creating npy_math_internal.h -- 'extra_compiler_args': [lib_opts_if_msvc], -+ 'extra_compiler_args': [], - }) - config.add_npy_pkg_config("npymath.ini.in", "lib/npy-pkg-config", - subst_dict) -- cgit v1.2.3