https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281470
--- Comment #96 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=28081ef83218b02fe882f736d7935ea05bb23d68 commit 28081ef83218b02fe882f736d7935ea05bb23d68 Author: Charlie Li <[email protected]> AuthorDate: 2026-04-04 01:47:26 +0000 Commit: Charlie Li <[email protected]> CommitDate: 2026-04-04 01:47:26 +0000 math/py-numpy1: backport configtool/pkg-config file from numpy 2 Traditionally the way to query for the numpy C API has been through distutils/setuptools, but the use of setuptools beyond a PEP-517 build backend is increasingly discouraged. numpy 2 introduced numpy-config and a pkg-config file to allow consumer build systems to better support the use of numpy as a dependency. Based on: https://github.com/numpy/numpy/commit/2634f803313f349170c09606d3cc619accd72247 Reported by: fluffy PR: 281470 math/py-numpy1/Makefile | 1 + .../files/patch-numpy___configtool.py (new) | 42 +++++++++++++++++++++ .../files/patch-numpy_core_meson.build (new) | 26 +++++++++++++ .../files/patch-numpy_core_numpy.pc.in (new) | 10 +++++ .../py-numpy1/files/patch-numpy_lib_utils.py (new) | 35 +++++++++++++++++ math/py-numpy1/files/patch-numpy_meson.build (new) | 10 +++++ .../patch-numpy_tests_test__configtool.py (new) | 44 ++++++++++++++++++++++ math/py-numpy1/files/patch-pyproject.toml (new) | 21 +++++++++++ 8 files changed, 189 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
